Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicchongwb committed Aug 20, 2024
1 parent b688292 commit d4d5784
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -16,7 +16,7 @@ plugins {

allprojects {
group = "io.github.nicchongwb.ktjooqchecker"
version = "0.1.0"
version = rootProject.properties["version"].toString()

tasks.withType<JavaCompile> {
sourceCompatibility = "1.8"
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version=0.1.0-SNAPSHOT

#https://kotlinlang.org/docs/kapt.html#caching-for-annotation-processors-classloaders
kapt.include.compile.classpath=false

Expand Down

0 comments on commit d4d5784

Please sign in to comment.