[CHORE] Code cleanup and small issue fixes for new verification system

This commit is contained in:
2023-10-21 21:41:56 +02:00
parent 46fe495910
commit 3cd4131094
17 changed files with 128 additions and 55 deletions

View File

@@ -117,7 +117,7 @@ shadowJar {
relocate 'org.reflections', shade_group + 'org.reflections'
}
exclude 'META-INF/**'
setArchiveClassifier('verification')
setArchiveClassifier('')
}
publishing {