Compare commits
2 commits
50ae7438b0
...
4c7316f76a
Author | SHA1 | Date | |
---|---|---|---|
4c7316f76a | |||
4a8d9fc92d |
3 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
- image: cimg/openjdk:21.0
|
||||
steps:
|
||||
- build_and_test:
|
||||
kotlin: 2.0.0
|
||||
kotlin: 2.0.20
|
||||
|
||||
workflows:
|
||||
bld:
|
||||
|
|
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 22 ]
|
||||
kotlin-version: [ 1.19.24, 2.0.0 ]
|
||||
kotlin-version: [ 1.19.24, 2.0.20 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
|
@ -4,9 +4,9 @@ bld.downloadLocation=
|
|||
bld.extensions=
|
||||
bld.javaOptions=
|
||||
bld.javacOptions=
|
||||
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.6
|
||||
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.7
|
||||
bld.extension-dokka=com.uwyn.rife2:bld-dokka:1.0.1
|
||||
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.0.1
|
||||
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.0.2
|
||||
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_RELEASES,RIFE2_SNAPSHOTS
|
||||
bld.sourceDirectories=
|
||||
bld.version=2.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue