Skip to content

Commit 9099abc

Browse files
committed
Updates since groovy 4.0.24 is released
1 parent 67b35ae commit 9099abc

File tree

3 files changed

+0
-82
lines changed

3 files changed

+0
-82
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ allprojects {
4646
if(isSnapshot) {
4747
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
4848
}
49-
if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
50-
maven {
51-
name = 'ASF Snapshot repo'
52-
url = 'https://repository.apache.org/content/repositories/snapshots'
53-
}
54-
}
5549
}
5650

5751
configurations {

grails-datastore-gorm/src/main/groovy/org/grails/compiler/gorm/GlobalTraitRepairTransformation.groovy

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
org.grails.datastore.gorm.query.transform.GlobalDetachedCriteriaASTTransformation
2-
org.grails.compiler.gorm.GlobalTraitRepairTransformation
32
org.grails.compiler.gorm.GlobalJpaEntityTransform

0 commit comments

Comments
 (0)