diff --git a/build.gradle b/build.gradle index c535cc8..9891c65 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,8 @@ plugins { id 'maven-publish' } - group 'org.torusresearch' -version '3.1.2' +version '3.2.1' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -37,4 +36,14 @@ compileJava { } compileTestJava { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" +} + +afterEvaluate { + publishing { + publications { + mavenJava(MavenPublication) { + from components.java + } + } + } } \ No newline at end of file