Skip to content

Commit

Permalink
fix meta app.version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Collins committed Nov 16, 2023
1 parent 802b464 commit 62430f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
buildscript {
version "5.0.0-SNAPSHOT"
group "au.org.ala"
}

plugins {
id "groovy"
id "org.grails.grails-gsp"
Expand All @@ -14,9 +19,6 @@ plugins {
id "maven-publish"
}

version "5.0.0-SNAPSHOT"
group "au.org.ala"

publishing {
targetCompatibility = 1.11
repositories {
Expand Down

0 comments on commit 62430f6

Please sign in to comment.