diff --git a/try-catch/build.gradle.kts b/try-catch/build.gradle.kts index 14b8f47..174d594 100644 --- a/try-catch/build.gradle.kts +++ b/try-catch/build.gradle.kts @@ -8,13 +8,11 @@ plugins { } group = "io.github.scarlet-pan" -version = "1.0.0-SNAPSHOT" +version = "1.0.0" java { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 - withSourcesJar() - withJavadocJar() } kotlin {