Skip to content

Commit

Permalink
Merge pull request #7 from cdsap/prepare_release_0.1.2
Browse files Browse the repository at this point in the history
prepare release 0.1.2
  • Loading branch information
cdsap authored Apr 24, 2023
2 parents 68b8034 + 8c380ef commit 0cd974e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 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.testprocess") version "0.1.1"
id("io.github.cdsap.testprocess") version "0.1.2"
}
```

Expand All @@ -20,7 +20,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("io.github.cdsap:testprocess:0.1.1")
classpath("io.github.cdsap:testprocess:0.1.2")
}
}
Expand All @@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.testprocess")
Using the plugins DSL:
``` groovy
plugins {
id "io.github.cdsap.testprocess" version "0.1.1"
id "io.github.cdsap.testprocess" version "0.1.2"
}
```
Expand All @@ -43,22 +43,25 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.github.cdsap:testprocess:0.1.1"
classpath "io.github.cdsap:testprocess:0.1.2"
}
}
apply plugin: "io.github.cdsap.testprocess"
```
## Output
### Build Scans
If you are using Gradle Enterprise, the information about the Test processes will be included as custom value in the
Build Scan:
If you are using Gradle Enterprise, the information:
* Total number of processes created
* Processes by task
* Information about the process

![](images/buildscan.png)


## Requirements
* Gradle 7.5
* Gradle Enterprise

## Libraries
* com.gradle.enterprise:com.gradle.enterprise.gradle.plugin
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.cdsap"
version = "0.1.1"
version = "0.1.2"

java {
toolchain {
Expand Down
Binary file modified images/buildscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cd974e

Please sign in to comment.