We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfcc66 commit 976d89cCopy full SHA for 976d89c
build.gradle.kts
@@ -88,7 +88,8 @@ detachedResolver.repositories.ivy {
88
val modulePropertiesScope = detachedResolver.configurations.dependencyScope("moduleProperties")
89
val modulePropertiesPath =
90
detachedResolver.configurations.resolvable("modulePropertiesPath") { extendsFrom(modulePropertiesScope.get()) }
91
-val dep = detachedResolver.dependencies.add(modulePropertiesScope.name, "com.github.sormuras.modules:modules:1@properties")
+val dep =
92
+ detachedResolver.dependencies.add(modulePropertiesScope.name, "com.github.sormuras.modules:modules:1@properties")
93
94
(dep as ExternalModuleDependency).isChanging = true
95
0 commit comments