Skip to content
Snippets Groups Projects
Commit 4bf34c97 authored by dgelessus's avatar dgelessus
Browse files

Remove manual archivesBaseName override

parent 265208dc
No related branches found
No related tags found
No related merge requests found
Pipeline #111983 passed
...@@ -6,7 +6,6 @@ apply plugin: 'signing' ...@@ -6,7 +6,6 @@ apply plugin: 'signing'
project.version = '1.1.5-SNAPSHOT' project.version = '1.1.5-SNAPSHOT'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.archivesBaseName = "tla2bAST"
final isSnapshot = project.version.endsWith("-SNAPSHOT") final isSnapshot = project.version.endsWith("-SNAPSHOT")
project.sourceCompatibility = '1.8' project.sourceCompatibility = '1.8'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment