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 4173016 commit 4e04f61Copy full SHA for 4e04f61
compile/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
gradlePlugin {
9
plugins {
10
compilePlugin {
11
- id = 'org.seasar.doma.compile'
+ id = 'org.domaframework.doma.compile'
12
displayName = 'Doma Compile Plugin'
13
description = 'Allows annotation processors to read Doma resources at compile-time'
14
implementationClass = 'org.seasar.doma.gradle.compile.CompilePlugin'
compile/gradle.properties
@@ -1,2 +1,2 @@
1
-group=org.seasar.doma
2
-version=1.2.1-SNAPSHOT
+group=org.domaframework.doma
+version=2.0.0
0 commit comments