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 d00d4ce commit ba31077Copy full SHA for ba31077
README.md
@@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
57
58
```
59
plugins {
60
- id 'org.sonatype.gradle.plugins.scan' version '2.8.0' // Update the version as needed
+ id 'org.sonatype.gradle.plugins.scan' version '2.8.1' // Update the version as needed
61
}
62
63
64
- Or `build.gradle.kts`:
65
66
67
- id ("org.sonatype.gradle.plugins.scan") version "2.8.0" // Update the version as needed
+ id ("org.sonatype.gradle.plugins.scan") version "2.8.1" // Update the version as needed
68
69
70
0 commit comments