Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 380a08f

Browse files
Fixed plugin version unspecified error (#273)
Co-authored-by: Puneet Behl <[email protected]>
1 parent 967626b commit 380a08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ buildscript {
99
}
1010
}
1111

12+
version project.projectVersion
13+
group "org.grails.plugins"
14+
1215
apply plugin:"eclipse"
1316
apply plugin:"idea"
1417
apply plugin:"java-library"
@@ -18,9 +21,6 @@ apply plugin:"org.grails.grails-gsp"
1821
apply plugin: "org.asciidoctor.jvm.convert"
1922
apply plugin: "org.gradle.test-retry"
2023

21-
version project.projectVersion
22-
group "org.grails.plugins"
23-
2424
sourceCompatibility = 1.8
2525
targetCompatibility = 1.8
2626

0 commit comments

Comments
 (0)