Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit eeaae75

Browse files
committed
ci: fix problems
1 parent 5020afc commit eeaae75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-database-migration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks.withType(Test).configureEach {
5858
maxFailures = 20
5959
failOnPassedAfterRetry = true
6060
filter {
61-
excludeTestsMatching '*.GroovyChangeLogSpec'
61+
excludeClasses.add('*.GroovyChangeLogSpec')
6262
}
6363
}
6464
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.enterprise' version '3.19.2'
2+
id 'com.gradle.develocity' version '3.19.2'
33
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.1'
44
}
55

0 commit comments

Comments
 (0)