Skip to content

Commit

Permalink
Merge pull request #25 from torusresearch/feat/updates
Browse files Browse the repository at this point in the history
Feat/updates
  • Loading branch information
chaitanyapotti authored Jul 8, 2024
2 parents b4032fd + f99cc14 commit ddb01b7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -37,4 +36,14 @@ compileJava {
}
compileTestJava {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}

afterEvaluate {
publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}
}

0 comments on commit ddb01b7

Please sign in to comment.