Skip to content

Commit 30b1723

Browse files
committed
Change identity
1 parent 58b5d58 commit 30b1723

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

compile-java-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
apply plugin: 'java'
13-
apply plugin: 'org.seasar.doma.compile'
13+
apply plugin: 'org.domaframework.doma.compile'
1414

1515
ext.domaVersion = '2.29.0'
1616

compile-kotlin-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1414
apply plugin: 'kotlin'
1515
apply plugin: 'kotlin-kapt'
1616

compile-mix-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1414
apply plugin: 'java'
1515
apply plugin: 'kotlin'
1616
apply plugin: 'kotlin-kapt'

0 commit comments

Comments
 (0)