Skip to content

Commit

Permalink
Merge branch '7.0.x' into matrei/fix-distribution
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
jamesfredley committed Oct 16, 2024
2 parents 0afc733 + ab1b7e9 commit f37b9bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 34 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ ext {
// When making changes in the dependencyVersions, remember to also update the Grails BOM Documentation:
// https://docs.grails.org/snapshot/ref/Dependency%20Versions/Grails%20BOM.html
dependencyVersions = [
'fieldsPlugin' : [version: fieldsPluginVersion,
group : 'org.grails.plugins',
names : ['fields'],
'grailsGradlePlugin' : [version: grailsGradlePluginVersion,
group : 'org.grails',
names : ['grails-gradle-plugin'],
modules: ['']
],
'jakarta-annotation' : [version: jakartaAnnotationApiVersion,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ commonsIOVersion=2.17.0
datastoreVersion=9.0.0-SNAPSHOT
directoryWatcherVersion=0.18.0
expectitCoreVersion=0.9.0
fieldsPluginVersion=6.0.0-SNAPSHOT
gdocEngineVersion=1.0.1
gradleNexusPluginVersion=2.3.1
gradleNexusPublishPluginVersion=1.3.0
gradleExtraConfigurationsPluginVersion=10.0.1
gradleLicensePluginVersion=0.16.1
gradleToolingApiVersion=8.10.2
grailsGradlePluginVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.23
gspVersion=7.0.0-SNAPSHOT
hamcrestVersion=3.0
Expand Down
27 changes: 1 addition & 26 deletions grails-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,6 @@ publishing {
if (sub.name == 'grails-dependencies') {
mkp.type 'pom'
}

if (sub.name == 'grails-bootstrap') {
mkp.exclusions {
mkp.exclusion {
mkp.groupId 'jline'
mkp.artifactId 'jline'
}
mkp.exclusion {
mkp.groupId 'org.fusesource.jansi'
mkp.artifactId 'jansi'
}
mkp.exclusion {
mkp.groupId 'net.java.dev.jna'
mkp.artifactId 'jna'
}
mkp.exclusion {
mkp.groupId 'org.apache.groovy'
mkp.artifactId 'groovy-ant'
}
}
}
}
}

Expand All @@ -92,11 +71,7 @@ publishing {
artifactId = artifactId.replace("gorm.", "")
}
mkp.dependency {
if(artifactId == 'grails-gradle-plugin') {
mkp.groupId 'org.grails'
} else {
mkp.groupId 'org.grails.plugins'
}
mkp.groupId 'org.grails.plugins'
mkp.artifactId artifactId
String versionValue = plugin.value
if (!isBuildSnapshot && versionValue.endsWith("-SNAPSHOT")) {
Expand Down
8 changes: 4 additions & 4 deletions grails-bom/plugins.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cache=8.0.0-SNAPSHOT
fields=6.0.0-SNAPSHOT
geb=5.0.0-SNAPSHOT
gorm.hibernate5=9.0.0-SNAPSHOT
gorm.mongodb=9.0.0-SNAPSHOT
gorm.neo4j=8.1.0
grails-gradle-plugin=7.0.0-SNAPSHOT
cache=8.0.0-SNAPSHOT
rxjava=1.1.1
rxjava2=2.0.0
scaffolding=6.0.0-SNAPSHOT
geb=5.0.0-SNAPSHOT
views-json=4.0.0-SNAPSHOT
views-json-templates=4.0.0-SNAPSHOT
views-markup=4.0.0-SNAPSHOT
views-markup=4.0.0-SNAPSHOT

0 comments on commit f37b9bd

Please sign in to comment.