File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
grace-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2014-2022 the original author or authors.
2+ * Copyright 2014-2024 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -49,14 +49,14 @@ class PluginDefiner {
4949 if (argArray[0 ] instanceof Map ) {
5050 Map notation = (Map ) argArray[0 ]
5151 if (! notation. containsKey(' group' )) {
52- notation. put(' group' , ' org.grails .plugins' )
52+ notation. put(' group' , ' org.graceframework .plugins' )
5353 }
5454 }
5555 else if (argArray[0 ] instanceof CharSequence ) {
5656 String str = argArray[0 ]
5757
5858 if (str. startsWith(' :' )) {
59- argArray[0 ] = " org.grails .plugins$str " . toString()
59+ argArray[0 ] = " org.graceframework .plugins$str " . toString()
6060 }
6161 }
6262 else if (Environment . isDevelopmentRun() && (argArray[0 ] instanceof ProjectDependency )) {
You can’t perform that action at this time.
0 commit comments