Skip to content

Commit

Permalink
Fix Space-assignment syntax in Groovy DSL
Browse files Browse the repository at this point in the history
From the problems report:

Space-assignment syntax in Groovy DSL has been deprecated.
This is scheduled to be removed in Gradle 10.0
Solutions: Use assignment ('url = <value>') instead.
  • Loading branch information
dragon-dxw committed Jan 20, 2025
1 parent 2ee975c commit fdf09c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ plugins {

repositories {
mavenCentral()
// jcenter() // Removed in Gradle 8
maven {url "https://developer.marklogic.com/maven2/"}
maven {url = "https://developer.marklogic.com/maven2/"}
}

configurations {
Expand Down

0 comments on commit fdf09c4

Please sign in to comment.