Skip to content

Commit

Permalink
Use explicit property assignment
Browse files Browse the repository at this point in the history
We plan to deprecate the generation for space assignment methods. See
* gradle/gradle#31413
  • Loading branch information
ov7a authored Dec 3, 2024
1 parent 18dd9a3 commit a0b48ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class NebulaPluginPlugin implements Plugin<Project> {

repositories {
maven {
url 'https://plugins.gradle.org/m2/'
url = 'https://plugins.gradle.org/m2/'
metadataSources {
mavenPom()
artifact()
Expand Down

0 comments on commit a0b48ac

Please sign in to comment.