Skip to content

Commit

Permalink
Fixed plugin version unspecified error (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
  • Loading branch information
rainboyan and puneetbehl authored Mar 17, 2022
1 parent 967626b commit 380a08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ buildscript {
}
}

version project.projectVersion
group "org.grails.plugins"

apply plugin:"eclipse"
apply plugin:"idea"
apply plugin:"java-library"
Expand All @@ -18,9 +21,6 @@ apply plugin:"org.grails.grails-gsp"
apply plugin: "org.asciidoctor.jvm.convert"
apply plugin: "org.gradle.test-retry"

version project.projectVersion
group "org.grails.plugins"

sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 380a08f

Please sign in to comment.