Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed May 6, 2022
1 parent 3d638db commit 040f51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add this to the build file of your convention plugin's build

```
dependencies {
implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.1")
implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.2")
}
```

Expand Down
5 changes: 2 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
plugins {
id("java-gradle-plugin")
id("maven-publish")
id("com.gradle.plugin-publish") version "0.20.0"
id("com.gradle.plugin-publish") version "1.0.0-rc-1"
}

group = "de.jjohannes.gradle"
version = "0.1"
version = "0.2"

gradlePlugin {
plugins.create(project.name) {
Expand Down

0 comments on commit 040f51e

Please sign in to comment.