Added the missing maven-publish plugin

This commit is contained in:
Marcin Grzejszczak
2020-12-22 00:53:21 +01:00
parent 2e6a43df86
commit b2a17c686c

View File

@@ -1,6 +1,7 @@
// This setup seems to work. Let's not touch it.
apply plugin: 'maven'
apply plugin: 'maven-publish'
//apply plugin: 'signing'
uploadArchives.dependsOn { [check] }