Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 27, 2024
1 parent 7d3fb70 commit 7d208b9
Showing 1 changed file with 1 addition and 1 deletion.
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 {
// Auto-accept build scan TOS
extensions.findByName("buildScan")?.withGroovyBuilder {
try {
// New Developcity plugin
// New Develocity plugin
setProperty("termsOfUseUrl", "https://gradle.com/help/legal-terms-of-use")
setProperty("termsOfUseAgree", "yes")
} catch (ex: groovy.lang.MissingPropertyException) {
Expand Down

0 comments on commit 7d208b9

Please sign in to comment.