You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/updates/DependencyUpdatesTask.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,9 @@ open class DependencyUpdatesTask : DefaultTask() { // tasks can't be final
92
92
@Input
93
93
var checkForGradleUpdate:Boolean=true
94
94
95
+
@Input
96
+
var gradleVersionsApiBaseUrl:String="https://services.gradle.org/versions/"
97
+
95
98
@Input
96
99
var checkConstraints:Boolean=false
97
100
@@ -128,7 +131,7 @@ open class DependencyUpdatesTask : DefaultTask() { // tasks can't be final
Copy file name to clipboardExpand all lines: gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/updates/gradle/GradleUpdateChecker.kt
0 commit comments