Skip to content

Commit

Permalink
Release 0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Apr 17, 2023
1 parent f346793 commit e63a0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "org.glavo.kala"
version = "0.65.0" + "-SNAPSHOT"
version = "0.65.0"// + "-SNAPSHOT"

description = "Basic components of Kala"

Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/GeneratePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class GeneratePlugin : Plugin<Project> {
}

project.tasks["compileJava17Java"].dependsOn(generateJava17Sources)
project.tasks["sourcesJar"].dependsOn(generateJava17Sources)
}
}
}

0 comments on commit e63a0ac

Please sign in to comment.