Update version and remove unneeded gradle arguments

This commit is contained in:
Janis Saldabols 2024-07-05 09:36:06 +03:00
parent 1c99c4d55e
commit 3b470c5f17
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ dependencies {
}
group = 'com.gildedrose'
version = '0.0.1-SNAPSHOT'
version = '0.0.2-SNAPSHOT'
sourceCompatibility = '1.8'
test {

View File

@ -1 +1 @@
org.gradle.jvmargs=-Xmx1536M --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
org.gradle.jvmargs=-Xmx1536M