Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Oct 26, 2023
1 parent 847c5b7 commit cdb1dd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Apply the plugin in the main `build.gradle(.kts)` configuration file:
Using the plugins DSL:
``` groovy
plugins {
id("io.github.cdsap.gradleprocess") version "0.1.0"
id("io.github.cdsap.gradleprocess") version "0.1.1"
}
```

Expand All @@ -20,7 +20,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("io.github.cdsap:infogradleprocess:0.1.0")
classpath("io.github.cdsap:infogradleprocess:0.1.1")
}
}
Expand All @@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.gradleprocess")
Using the plugins DSL:
``` groovy
plugins {
id "io.github.cdsap.gradleprocess" version "0.1.0"
id "io.github.cdsap.gradleprocess" version "0.1.1"
}
```
Expand All @@ -43,7 +43,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.github.cdsap:infogradleprocess:0.1.0"
classpath "io.github.cdsap:infogradleprocess:0.1.1"
}
}
Expand Down Expand Up @@ -74,7 +74,7 @@ BUILD SUCCESSFUL in 35s
```

## Requirements
* Gradle 7.5
* Gradle 7.5+

## Libraries
* com.gradle.enterprise:com.gradle.enterprise.gradle.plugin
Expand Down

0 comments on commit cdb1dd2

Please sign in to comment.