File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
57
57
58
58
```
59
59
plugins {
60
- id 'org.sonatype.gradle.plugins.scan' version '2.8.2 ' // Update the version as needed
60
+ id 'org.sonatype.gradle.plugins.scan' version '2.8.3 ' // Update the version as needed
61
61
}
62
62
```
63
63
64
64
- Or ` build.gradle.kts ` :
65
65
```
66
66
plugins {
67
- id ("org.sonatype.gradle.plugins.scan") version "2.8.2 " // Update the version as needed
67
+ id ("org.sonatype.gradle.plugins.scan") version "2.8.3 " // Update the version as needed
68
68
}
69
69
```
70
70
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
group =org.sonatype.gradle.plugins
18
- version =2.8.3-SNAPSHOT
18
+ version =2.8.3
19
19
release.useAutomaticVersion =true
20
20
21
21
nexusPlatformApiVersion =4.0.7-01
You can’t perform that action at this time.
0 commit comments