Skip to content

Commit

Permalink
merge test and bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Feb 16, 2020
1 parent 30db0d2 commit c1d80e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions allinone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ shadowJar {
manifest {
attributes "Main-Class": "org.woehlke.computer.kurzweil.ComputerKurzweilApplication"
}
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
}

jar {
Expand Down
7 changes: 0 additions & 7 deletions allinone/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
pluginManagement {
plugins {
id 'com.github.johnrengelman.shadow' version "${shadowPluginVersion}"
}
}


rootProject.name = 'computer_kurzweil'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
systemProp.java.runtime.version=11
systemProp.java.runtime.version=13
systemProp.spring.profiles.active=default
#org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseContainerSupport
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
Expand Down

0 comments on commit c1d80e0

Please sign in to comment.