Compare commits

..

No commits in common. "4c7316f76a6e0153df0511a2167a6c8d1faf7ba2" and "50ae7438b0ae0035061245d10bbf8be50870b001" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ jobs:
- image: cimg/openjdk:21.0
steps:
- build_and_test:
kotlin: 2.0.20
kotlin: 2.0.0
workflows:
bld:

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java-version: [ 17, 21, 22 ]
kotlin-version: [ 1.19.24, 2.0.20 ]
kotlin-version: [ 1.19.24, 2.0.0 ]
steps:
- name: Checkout source repository

View file

@ -4,9 +4,9 @@ bld.downloadLocation=
bld.extensions=
bld.javaOptions=
bld.javacOptions=
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.7
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.6
bld.extension-dokka=com.uwyn.rife2:bld-dokka:1.0.1
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.0.2
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.0.1
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_RELEASES,RIFE2_SNAPSHOTS
bld.sourceDirectories=
bld.version=2.1.0