Skip to content

Commit 8c9bc77

Browse files
fix: set java version to 17 LTS
1 parent 4ae6aa7 commit 8c9bc77

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew :dokkaHtml
3636

3737
- name: Bundle Docs
38-
uses: actions/upload-pages-artifact@v3
38+
uses: actions/upload-pages-artifact@v1
3939
with:
4040
path: "./docs"
4141

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/Parkour.main.iml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.test {
2929
useJUnitPlatform()
3030
}
3131
kotlin {
32-
jvmToolchain(18)
32+
jvmToolchain(17)
3333
}
3434

3535
tasks.withType<DokkaTask>().configureEach {

0 commit comments

Comments
 (0)