Build now

This commit is contained in:
Steven Tracey 2022-11-08 15:13:21 -05:00
parent 7dcb2a3b44
commit 46f85963e6

View File

@ -27,6 +27,9 @@ publishing {
artifact("nexus/OSQL4J-$version" + ".jar") { artifact("nexus/OSQL4J-$version" + ".jar") {
extension 'jar' extension 'jar'
} }
artifact("nexus/OSQL4J-$version" + "-bundled.jar") {
extension 'jar'
}
} }
} }
repositories { repositories {