Skip to content

Commit 280cb5c

Browse files
committed
Store prism-api-version.properties outside of package structure
1 parent 3b048b3 commit 280cb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ task packageProto(type: Jar, dependsOn: generateVersionProperties) {
5050
}
5151
// Include the properties file in the same package structure within the JAR
5252
from(versionPropertiesFile) {
53-
into 'org/polypheny/prism'
53+
into ''
5454
}
5555
archiveFileName = "prism-${version}.jar"
5656
}

0 commit comments

Comments
 (0)