We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4047a28 commit a10041fCopy full SHA for a10041f
build.gradle
@@ -31,7 +31,7 @@ ext {
31
// https://docs.grails.org/snapshot/ref/Dependency%20Versions/Grails%20BOM.html
32
dependencyVersions = [
33
'fieldsPlugin' : [version: feildsPluginVersion,
34
- group : 'io.github.gpc',
+ group : 'org.grails.plugins',
35
names : ['fields'],
36
modules: ['']
37
],
gradle.properties
@@ -7,7 +7,7 @@ cglibVersion=2.2.2
7
commonsLangVersion=2.6
8
datastoreVersion=8.1.2
9
directoryWatcherVersion=0.9.9
10
-feildsPluginVersion=5.0.2
+feildsPluginVersion=5.1.0-SNAPSHOT
11
gdocEngineVersion=1.0.1
12
gradleNexusPluginVersion=2.3.1
13
gradleNexusStagingPluginVersion=0.12.0
0 commit comments