Skip to content

Commit

Permalink
Merge pull request #1843 from jdaugherty/9.0.x
Browse files Browse the repository at this point in the history
Updates since groovy 4.0.24 is released
  • Loading branch information
jdaugherty authored Nov 8, 2024
2 parents 67b35ae + 9099abc commit ece45c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ allprojects {
if(isSnapshot) {
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
}
if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
maven {
name = 'ASF Snapshot repo'
url = 'https://repository.apache.org/content/repositories/snapshots'
}
}
}

configurations {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
org.grails.datastore.gorm.query.transform.GlobalDetachedCriteriaASTTransformation
org.grails.compiler.gorm.GlobalTraitRepairTransformation
org.grails.compiler.gorm.GlobalJpaEntityTransform

0 comments on commit ece45c5

Please sign in to comment.