File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ buildscript {
55 maven {url ' https://oss.sonatype.org/content/repositories/snapshots/' }
66 }
77 dependencies {
8- classpath " org.seasar .doma:compile"
8+ classpath " org.domaframework .doma:compile"
99 }
1010}
1111
1212apply plugin : ' java'
13- apply plugin : ' org.seasar .doma.compile'
13+ apply plugin : ' org.domaframework .doma.compile'
1414
1515ext. domaVersion = ' 2.29.0'
1616
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ buildscript {
55 maven {url ' https://oss.sonatype.org/content/repositories/snapshots/' }
66 }
77 dependencies {
8- classpath " org.seasar .doma:compile"
8+ classpath " org.domaframework .doma:compile"
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
1010 }
1111}
1212
13- apply plugin : ' org.seasar .doma.compile'
13+ apply plugin : ' org.domaframework .doma.compile'
1414apply plugin : ' kotlin'
1515apply plugin : ' kotlin-kapt'
1616
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ buildscript {
55 maven {url ' https://oss.sonatype.org/content/repositories/snapshots/' }
66 }
77 dependencies {
8- classpath " org.seasar .doma:compile"
8+ classpath " org.domaframework .doma:compile"
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
1010 }
1111}
1212
13- apply plugin : ' org.seasar .doma.compile'
13+ apply plugin : ' org.domaframework .doma.compile'
1414apply plugin : ' java'
1515apply plugin : ' kotlin'
1616apply plugin : ' kotlin-kapt'
You can’t perform that action at this time.
0 commit comments