Skip to content

Commit 62bc12a

Browse files
committed
stop using register for stdLibs
1 parent ec43160 commit 62bc12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ScriptingExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!hasProperty('mainClass')) {
77
}
88

99
configurations {
10-
register("stdLibs") {
10+
stdLibs {
1111
canBeResolved = true
1212
}
1313
}

0 commit comments

Comments
 (0)