Skip to content

Commit

Permalink
Revert "Move grails-publish to the plugin block"
Browse files Browse the repository at this point in the history
This reverts commit 7199a25.
  • Loading branch information
jdaugherty committed Dec 13, 2024
1 parent e953c90 commit b20df4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {

plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.grails.grails-publish'
}

version = projectVersion
Expand All @@ -18,6 +17,7 @@ group = 'org.grails.plugins'
apply plugin: 'java-library'
apply plugin: 'java-test-fixtures'
apply plugin: 'org.grails.grails-plugin'
apply plugin: 'org.grails.grails-publish'

tasks.withType(JavaCompile).configureEach {
options.release = 17
Expand Down
10 changes: 0 additions & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
pluginManagement {
repositories {
maven { url "https://repo.grails.org/grails/core/" }
gradlePluginPortal()
}
plugins {
id "org.grails.grails-publish" version "${grailsGradlePluginVersion}"
}
}

plugins {
id 'com.gradle.develocity' version '3.18.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
Expand Down

0 comments on commit b20df4e

Please sign in to comment.