From a0b48acb801cba9b62735284dddabe6723d45f22 Mon Sep 17 00:00:00 2001 From: Vlad Chesnokov Date: Tue, 3 Dec 2024 15:47:13 +0000 Subject: [PATCH] Use explicit property assignment We plan to deprecate the generation for space assignment methods. See * https://github.com/gradle/gradle/issues/31413 --- src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy b/src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy index b74d45c..92ec94f 100644 --- a/src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy +++ b/src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy @@ -96,7 +96,7 @@ class NebulaPluginPlugin implements Plugin { repositories { maven { - url 'https://plugins.gradle.org/m2/' + url = 'https://plugins.gradle.org/m2/' metadataSources { mavenPom() artifact()