Skip to content

Commit 976d89c

Browse files
committed
Format code
1 parent 5bfcc66 commit 976d89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ detachedResolver.repositories.ivy {
8888
val modulePropertiesScope = detachedResolver.configurations.dependencyScope("moduleProperties")
8989
val modulePropertiesPath =
9090
detachedResolver.configurations.resolvable("modulePropertiesPath") { extendsFrom(modulePropertiesScope.get()) }
91-
val dep = detachedResolver.dependencies.add(modulePropertiesScope.name, "com.github.sormuras.modules:modules:1@properties")
91+
val dep =
92+
detachedResolver.dependencies.add(modulePropertiesScope.name, "com.github.sormuras.modules:modules:1@properties")
9293

9394
(dep as ExternalModuleDependency).isChanging = true
9495

0 commit comments

Comments
 (0)