Skip to content
Snippets Groups Projects
Commit d126d3c4 authored by hansen's avatar hansen
Browse files

update gradle file

parent bd261f38
Branches master
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ apply plugin: 'findbugs'
project.version = '1.0.5-SNAPSHOT'
project.group = 'de.prob'
repositories {
mavenCentral()
maven {
......@@ -18,6 +19,10 @@ configurations { // configuration that holds jars to copy into lib
releaseJars
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
def parser_version = '2.5.0-SNAPSHOT'
dependencies {
......@@ -68,7 +73,7 @@ tasks.withType(FindBugs) {
test {
exclude('testing')
allJvmArgs = [ "-Xss515m" ]
//allJvmArgs = [ "-Xss515m" ]
}
jar { from sourceSets.main.allJava }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment