File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ subprojects {
24
24
testImplementation " org.junit.jupiter:junit-jupiter-api:${ VER_JUNIT_JUPITER} "
25
25
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:${ VER_JUNIT_JUPITER} "
26
26
}
27
-
28
- ext. kotlin_jvmTarget = ' 1.8'
29
27
if (it. name == ' atplug-runtime' ) {
30
28
ext. maven_name = ' AtPlug runtime'
31
29
apply plugin : ' kotlinx-serialization'
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ plugin_atplug_id=com.diffplug.atplug
6
6
plugin_atplug_impl =com.diffplug.atplug.tooling.gradle.PlugPlugin
7
7
plugin_atplug_name =AtPlug Gradle Plugin
8
8
plugin_atplug_desc =Generates plugin metadata for AtPlug
9
+
9
10
ver_java =8
11
+ kotlin_jvmTarget =1.8
10
12
11
13
maven_group =com.diffplug.atplug
12
14
javadoc_links =
You can’t perform that action at this time.
0 commit comments