Clean up after the merge.

This commit is contained in:
Andrew Steinborn
2023-10-27 16:51:53 -04:00
parent a037ab4956
commit 0c7b8081d5
5 changed files with 15 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ tasks.withType<Jar> {
"${project.version} (git-$currentShortRevision-b$buildNumber)"
}
} else {
archiveVersion.get()
"${project.version}"
}
attributes["Implementation-Version"] = velocityHumanVersion
}