This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new d4eb11d7 minor tweaks to actions
d4eb11d7 is described below
commit d4eb11d7c1ed4ef16ac7c56e748d832f6fe3e83f
Author: Paul King <[email protected]>
AuthorDate: Fri Dec 13 10:55:01 2024 +1000
minor tweaks to actions
---
buildSrc/src/main/groovy/geb.groovy-module.gradle | 2 --
1 file changed, 2 deletions(-)
diff --git a/buildSrc/src/main/groovy/geb.groovy-module.gradle
b/buildSrc/src/main/groovy/geb.groovy-module.gradle
index daf88c0b..9630c29b 100644
--- a/buildSrc/src/main/groovy/geb.groovy-module.gradle
+++ b/buildSrc/src/main/groovy/geb.groovy-module.gradle
@@ -37,8 +37,6 @@ configurations {
codenarc.extendsFrom groovy
}
-boolean isCI = System.getenv('GITHUB_ACTIONS')
-codenarc.reportFormat = isCI ? 'xml' : 'html'
codenarc.configFile = rootProject.file('gradle/codenarc/rulesets.groovy')
def codenarcTasks = tasks.withType(CodeNarc)