Skip to content

Commit

Permalink
Merge pull request #73 from AtlasOfLivingAustralia/develop
Browse files Browse the repository at this point in the history
Release 5.0.2
  • Loading branch information
sughics authored Mar 22, 2023
2 parents 4dd2b02 + b300e0d commit 5198a53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
}


version "5.0.1"
version "5.0.2-SNAPSHOT"

group "au.org.ala"

Expand Down Expand Up @@ -126,7 +126,7 @@ dependencies {
//compile "org.grails.plugins:ala-admin-plugin:2.2", noCache
if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:5.0", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:3.0", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:3.1", noCache
compile "org.grails.plugins:ala-bootstrap3:4.1.0", {
exclude group: 'au.org.ala', module: 'ala-cas-client'
}
Expand Down Expand Up @@ -160,8 +160,8 @@ tasks.getByName("integrationTest") {
bootRun {
ignoreExitValue true
jvmArgs(
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-XX:TieredStopAtLevel=1',
'-Xmx1024m')
sourceResources sourceSets.main
Expand Down

0 comments on commit 5198a53

Please sign in to comment.