Skip to content

Commit

Permalink
Merge pull request #533 from grails/matrei/remove-bootJar-config
Browse files Browse the repository at this point in the history
Remove `bootJar` config
  • Loading branch information
codeconsole authored Nov 5, 2024
2 parents 99c3d2d + 34aacf9 commit 3d82f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions grails-plugin-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ dependencies {

testRuntimeOnly "org.grails:grails-plugin-url-mappings:$grailsVersion"
}
// disable main class
bootJar {
mainClass.set('dummy.Application')
}
findMainClass.onlyIf { false }
test {
if (isCiBuild) {
maxParallelForks = 1
Expand Down
7 changes: 1 addition & 6 deletions grails-plugin-sitemesh2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,4 @@ dependencies {
api project(":grails-web-sitemesh"), {
exclude group:'org.grails', module:'grails-web-common'
}
}
// disable main class
bootJar {
mainClass.set('dummy.Application')
}
findMainClass.onlyIf { false }
}

0 comments on commit 3d82f5e

Please sign in to comment.