File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 steps :
3535 - uses : actions/checkout@v3
3636
37- - name : Set up JDK 11
37+ - name : Set up JDK 8
3838 uses : actions/setup-java@v3
3939 with :
4040 distribution : adopt
41- java-version : 11
41+ java-version : 8
4242 check-latest : true
4343
4444 - name : Cache Gradle packages
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
3636 steps :
3737 - uses : actions/checkout@v3
3838
39- - name : Set up JDK 11
39+ - name : Set up JDK 8
4040 uses : actions/setup-java@v3
4141 with :
4242 distribution : adopt
43- java-version : 11
43+ java-version : 8
4444 check-latest : true
4545
4646 - name : Cache Gradle packages
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 steps :
3939 - uses : actions/checkout@v3
4040
41- - name : Set up JDK 11
41+ - name : Set up JDK 8
4242 uses : actions/setup-java@v3
4343 with :
4444 distribution : adopt
45- java-version : 11
45+ java-version : 8
4646 check-latest : true
4747
4848 - name : Cache Gradle packages
Original file line number Diff line number Diff line change 11object Versions {
22 const val project = " 1.2.2-SNAPSHOT"
33 const val groupID = " org.jetbrains.kotlinx.spark"
4- const val kotlin = " 1.7.10 "
5- const val jvmTarget = " 11 "
4+ const val kotlin = " 1.7.20 "
5+ const val jvmTarget = " 8 "
66
77 inline val spark get() = System .getProperty(" spark" ) as String
88 inline val scala get() = System .getProperty(" scala" ) as String
@@ -12,7 +12,7 @@ object Versions {
1212 const val jupyter = " 0.11.0-134"
1313 const val kotest = " 5.3.2"
1414 const val kotestTestContainers = " 1.3.3"
15- const val dokka = " 1.7.10 "
15+ const val dokka = " 1.7.20 "
1616 const val jcp = " 7.0.5"
1717 const val mavenPublish = " 0.20.0"
1818 const val atrium = " 0.17.0"
You can’t perform that action at this time.
0 commit comments