Bumped Kotlin to version 2.0.10
This commit is contained in:
parent
05ac3a44e8
commit
cf385a58cb
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ public class DetektOperationBuild extends Project {
|
|||
public DetektOperationBuild() {
|
||||
pkg = "rife.bld.extension";
|
||||
name = "DetektOperation";
|
||||
version = version(0, 9, 5);
|
||||
version = version(0, 9, 6, "SNAPSHOT");
|
||||
|
||||
javaRelease = 17;
|
||||
downloadSources = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue