Skip to content

Commit 473e902

Browse files
committed
0.11 release
1 parent 74dcef0 commit 473e902

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to the build file of your convention plugin's build
2020

2121
```
2222
dependencies {
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

build.gradle.kts

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
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-
171
plugins {
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

248
repositories {
259
mavenCentral()
2610
}
2711

2812
group = "de.jjohannes.gradle"
29-
version = "0.10"
13+
version = "0.11"
3014

3115
tasks.withType<JavaCompile> {
3216
options.compilerArgs.addAll(listOf("--release", "9"))

0 commit comments

Comments
 (0)