Skip to content

Commit

Permalink
Update for new grailsPublish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 3, 2024
1 parent a3110ae commit 7e23f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ group = 'org.grails.plugins'
apply plugin: 'java-library'
apply plugin: 'java-test-fixtures'
apply plugin: 'org.grails.grails-plugin'
apply plugin: 'org.grails.internal.grails-plugin-publish'
apply plugin: 'maven-publish'
apply plugin: 'org.grails.grails-plugin-publish'

tasks.withType(JavaCompile).configureEach {
options.release = 17
Expand Down Expand Up @@ -50,7 +49,6 @@ dependencies {
}

grailsPublish {
userOrg = 'grails'
githubSlug = 'grails/geb'
license {
name = 'Apache-2.0'
Expand Down

0 comments on commit 7e23f3a

Please sign in to comment.