Skip to content

Commit

Permalink
Merge pull request #266 from AtlasOfLivingAustralia/dev
Browse files Browse the repository at this point in the history
v7.1 - PWA Changes
  • Loading branch information
jack-brinkman authored Dec 13, 2024
2 parents 2cfef75 + aaf9bbd commit 1989156
Show file tree
Hide file tree
Showing 28 changed files with 10,103 additions and 320 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}


version "7.0"
version "7.1-SNAPSHOT"
group "org.grails.plugins"

apply plugin:"eclipse"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xss2048k -Xmx1024M
exploded=true
enableClover=false
enableJacoco=true
alaSecurityLibsVersion=6.2.0
alaSecurityLibsVersion=6.2.0
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.1
minimum = 0.0
}
}
}
Expand Down
Loading

0 comments on commit 1989156

Please sign in to comment.