File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
+ java
2
3
id(" com.diffplug.eclipse.apt" ) version " 3.44.0"
3
4
id(" com.diffplug.spotless" ) version " 6.25.0"
4
5
id(" org.domaframework.doma.compile" ) version " 2.0.0"
@@ -28,13 +29,13 @@ subprojects {
28
29
29
30
dependencies {
30
31
val domaVersion: String by project
31
- " annotationProcessor" (" org.seasar.doma:doma-processor:${domaVersion} " )
32
- " implementation" (" org.seasar.doma:doma-core:${domaVersion} " )
33
- " implementation" (" org.seasar.doma:doma-slf4j:${domaVersion} " )
34
- " runtimeOnly" (" ch.qos.logback:logback-classic:1.2.11" )
35
- " runtimeOnly" (" com.h2database:h2:2.2.224" )
36
- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.10.2" )
37
- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
32
+ annotationProcessor(" org.seasar.doma:doma-processor:${domaVersion} " )
33
+ implementation(" org.seasar.doma:doma-core:${domaVersion} " )
34
+ implementation(" org.seasar.doma:doma-slf4j:${domaVersion} " )
35
+ runtimeOnly(" ch.qos.logback:logback-classic:1.2.11" )
36
+ runtimeOnly(" com.h2database:h2:2.2.224" )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2" )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
38
39
}
39
40
40
41
eclipse {
You can’t perform that action at this time.
0 commit comments