Skip to content

Commit 95fc784

Browse files
committed
Use interpolation prefix
1 parent 066d71b commit 95fc784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ configurations {
9292

9393
configurations.all {
9494
resolutionStrategy.dependencySubstitution {
95-
substitute(module("org.eclipse.platform:org.eclipse.swt.\${osgi.platform}"))
95+
substitute(module($$"org.eclipse.platform:org.eclipse.swt.${osgi.platform}"))
9696
.using(module("$swtGroupId:$swtArtifact:$swtVersion"))
9797
}
9898
}

0 commit comments

Comments
 (0)