File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 11group = " org.graceframework.plugins"
22
3- apply plugin : " org.graceframework.grace-plugin"
4-
53dependencies {
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- }
Original file line number Diff line number Diff line change 1- import org.grails.gradle.plugin.web.gsp.GroovyPageCompileTask
2-
31group = " org.graceframework.plugins"
42
5- apply plugin : " org.graceframework.grace-plugin"
6-
73dependencies {
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- }
Original file line number Diff line number Diff line change 11group = " org.graceframework.plugins"
22
3- apply plugin : " org.graceframework.grace-plugin"
4-
53dependencies {
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- }
You can’t perform that action at this time.
0 commit comments