diff --git a/.gitignore b/.gitignore index 8ecfb1a..18c33e2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,7 @@ target/ .idea/ +lib/bin/ + # Ignore Gradle build output directory build diff --git a/gradle.properties b/gradle.properties index 780ce5e..ab02f92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,4 @@ -# This file was generated by the Gradle 'init' task. -# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties - group = com.tersesystems.debugjsse artifactId = debugjsse artifactIdMaven = debugjsse -version = 1.0.0-SNAPSHOT \ No newline at end of file +version = 1.0.0 \ No newline at end of file