diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 000000000..825e6cf24 --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +version=0.10.0 diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 95263cf8f..08b11afc4 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -22,7 +22,6 @@ plugins { } group = "org.gotson" -version = "0.10.0" val developmentOnly = configurations.create("developmentOnly") configurations.runtimeClasspath.get().extendsFrom(developmentOnly)