Skip to content

Commit ffa14e2

Browse files
committed
Remove duplicated applying 'grace-plugin' and jar task
Closes gh-104
1 parent 133d7ea commit ffa14e2

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

component/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
group = "org.graceframework.plugins"
22

3-
apply plugin: "org.graceframework.grace-plugin"
4-
53
dependencies {
64
api "jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion"
75
api "org.graceframework:grace-core:$graceVersion", {
@@ -16,9 +14,3 @@ dependencies {
1614
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion"
1715
testImplementation "org.graceframework:grace-test-support:$graceVersion"
1816
}
19-
20-
jar {
21-
enabled = true
22-
archiveClassifier.set('plugin')
23-
includeEmptyDirs = false
24-
}

json/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import org.grails.gradle.plugin.web.gsp.GroovyPageCompileTask
2-
31
group = "org.graceframework.plugins"
42

5-
apply plugin: "org.graceframework.grace-plugin"
6-
73
dependencies {
84
api "jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion"
95
api "org.graceframework:grace-core:$graceVersion", {
@@ -22,13 +18,3 @@ dependencies {
2218
testImplementation "net.bytebuddy:byte-buddy:$bytebuddyVersion"
2319
testRuntimeOnly "org.javassist:javassist:$javassistVersion"
2420
}
25-
26-
tasks.withType(GroovyPageCompileTask) {
27-
classpath += configurations.compileClasspath
28-
}
29-
30-
jar {
31-
enabled = true
32-
archiveClassifier.set('plugin')
33-
includeEmptyDirs = false
34-
}

markup/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
group = "org.graceframework.plugins"
22

3-
apply plugin: "org.graceframework.grace-plugin"
4-
53
dependencies {
64
api "jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion"
75
api "org.graceframework:grace-core:$graceVersion"
@@ -14,9 +12,3 @@ dependencies {
1412
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion"
1513
testImplementation "org.graceframework:grace-test-support:$graceVersion"
1614
}
17-
18-
jar {
19-
enabled = true
20-
archiveClassifier.set('plugin')
21-
includeEmptyDirs = false
22-
}

0 commit comments

Comments
 (0)