File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add this to the build file of your convention plugin's build
2020
2121```
2222dependencies {
23- implementation("de.jjohannes.gradle:extra-java-module-info:0.10 ")
23+ implementation("de.jjohannes.gradle:extra-java-module-info:0.11 ")
2424}
2525```
2626
Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2020 the original author or authors.
3- *
4- * Licensed under the Apache License, Version 2.0 (the "License");
5- * you may not use this file except in compliance with the License.
6- * You may obtain a copy of the License at
7- *
8- * http://www.apache.org/licenses/LICENSE-2.0
9- *
10- * Unless required by applicable law or agreed to in writing, software
11- * distributed under the License is distributed on an "AS IS" BASIS,
12- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- * See the License for the specific language governing permissions and
14- * limitations under the License.
15- */
16-
171plugins {
182 id(" java-gradle-plugin" )
193 id(" maven-publish" )
204 id(" groovy" )
21- id(" com.gradle.plugin-publish" ) version " 0.15 .0"
5+ id(" com.gradle.plugin-publish" ) version " 0.20 .0"
226}
237
248repositories {
259 mavenCentral()
2610}
2711
2812group = " de.jjohannes.gradle"
29- version = " 0.10 "
13+ version = " 0.11 "
3014
3115tasks.withType<JavaCompile > {
3216 options.compilerArgs.addAll(listOf (" --release" , " 9" ))
You can’t perform that action at this time.
0 commit comments