Skip to content

Commit

Permalink
add gradle enterprise tos agreement (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun authored Feb 19, 2023
1 parent 8278708 commit dfc2993
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}

plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.51.0"
id("com.gradle.enterprise") version "3.12.2"
}

rootProject.name = "mythicdrops-gradle-plugin"
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

0 comments on commit dfc2993

Please sign in to comment.