We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d638db commit 040f51eCopy full SHA for 040f51e
README.MD
@@ -25,7 +25,7 @@ Add this to the build file of your convention plugin's build
25
26
```
27
dependencies {
28
- implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.1")
+ implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.2")
29
}
30
31
plugin/build.gradle.kts
@@ -1,11 +1,10 @@
1
plugins {
2
id("java-gradle-plugin")
3
- id("maven-publish")
4
- id("com.gradle.plugin-publish") version "0.20.0"
+ id("com.gradle.plugin-publish") version "1.0.0-rc-1"
5
6
7
group = "de.jjohannes.gradle"
8
-version = "0.1"
+version = "0.2"
9
10
gradlePlugin {
11
plugins.create(project.name) {
0 commit comments