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.git
The following commit(s) were added to refs/heads/master by this push:
new 0c8e111 minor refactoring
0c8e111 is described below
commit 0c8e1111cee1046792a85d49d33008074dec6c3e
Author: Paul King <[email protected]>
AuthorDate: Wed Feb 5 08:52:55 2020 +1000
minor refactoring
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 5a36313..3ef1050 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ allprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
- group = 'org.codehaus.groovy'
+ group = 'org.apache.groovy'
version = groovyVersion
repositories {
if (rootProject.hasProperty('buildInChina')) {