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 3b048b3 commit 280cb5cCopy full SHA for 280cb5c
1 file changed
build.gradle
@@ -50,7 +50,7 @@ task packageProto(type: Jar, dependsOn: generateVersionProperties) {
50
}
51
// Include the properties file in the same package structure within the JAR
52
from(versionPropertiesFile) {
53
- into 'org/polypheny/prism'
+ into ''
54
55
archiveFileName = "prism-${version}.jar"
56
0 commit comments