Loading .github/workflows/build-kdoc.yml +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: with: distribution: temurin java-version: 17 - uses: gradle/actions/setup-gradle@v5 - uses: gradle/actions/setup-gradle@v6 - name: Build KDoc run: ./gradlew --no-daemon dokkaGenerate Loading @@ -37,4 +37,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v5 .github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ jobs: with: distribution: temurin java-version: 17 - uses: gradle/actions/setup-gradle@v5 - uses: gradle/actions/setup-gradle@v6 - name: Check run: ./gradlew --no-daemon check Loading gradle/libs.versions.toml +2 −2 Original line number Diff line number Diff line [versions] dokka = "2.1.0" dokka = "2.2.0" junit4 = "4.13.2" kotlin = "2.3.20" kotlin-coroutines = "1.10.2" okhttpVersion = "5.3.2" spotbugs = "4.9.8" xpp3Version = "1.1.6" ktor = "3.4.1" ktor = "3.4.2" [libraries] junit4 = { module = "junit:junit", version.ref = "junit4" } Loading Loading
.github/workflows/build-kdoc.yml +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: with: distribution: temurin java-version: 17 - uses: gradle/actions/setup-gradle@v5 - uses: gradle/actions/setup-gradle@v6 - name: Build KDoc run: ./gradlew --no-daemon dokkaGenerate Loading @@ -37,4 +37,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v5
.github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ jobs: with: distribution: temurin java-version: 17 - uses: gradle/actions/setup-gradle@v5 - uses: gradle/actions/setup-gradle@v6 - name: Check run: ./gradlew --no-daemon check Loading
gradle/libs.versions.toml +2 −2 Original line number Diff line number Diff line [versions] dokka = "2.1.0" dokka = "2.2.0" junit4 = "4.13.2" kotlin = "2.3.20" kotlin-coroutines = "1.10.2" okhttpVersion = "5.3.2" spotbugs = "4.9.8" xpp3Version = "1.1.6" ktor = "3.4.1" ktor = "3.4.2" [libraries] junit4 = { module = "junit:junit", version.ref = "junit4" } Loading