Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-varela authored Dec 23, 2022
1 parent e2ba991 commit 119858e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.

```
plugins {
id 'org.sonatype.gradle.plugins.scan' version '2.5.3' // Update the version as needed
id 'org.sonatype.gradle.plugins.scan' version '2.5.4' // Update the version as needed
}
```

- Or `build.gradle.kts`:
```
plugins {
id ("org.sonatype.gradle.plugins.scan") version "2.5.3" // Update the version as needed
id ("org.sonatype.gradle.plugins.scan") version "2.5.4" // Update the version as needed
}
```

Expand Down

0 comments on commit 119858e

Please sign in to comment.