Skip to content

Commit

Permalink
Merge pull request #76 from ov7a/patch-1
Browse files Browse the repository at this point in the history
Use explicit property assignment
  • Loading branch information
rpalcolea authored Dec 9, 2024
2 parents 18dd9a3 + a0b48ac commit 4c26ebc
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 4c26ebc

Please sign in to comment.