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 42e4b3f commit 45b8b4eCopy full SHA for 45b8b4e
build.gradle
@@ -180,6 +180,7 @@ task resolvePcollections(type: Sync) {
180
from configurations.pcollections
181
into file('code/languages/org.iets3.opensource/solutions/org.iets3.core.expr.base.collections.stubs/lib')
182
183
+ // Strip version numbers from file names
184
rename { filename ->
185
def ra = configurations.pcollections.resolvedConfiguration.resolvedArtifacts.find { ResolvedArtifact ra -> ra.file.name == filename }
186
String finalName
0 commit comments