Skip to content

Commit

Permalink
R2 (#38)
Browse files Browse the repository at this point in the history
* updated version

* ingore run.sh

* release attempt

* added stacktrace

* tried to fix build

* updated version
  • Loading branch information
RichardHightower authored Jul 15, 2023
1 parent 3d93132 commit 5eb770c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}


def jarVersion = "1.0.2"
def jarVersion = "1.0.3"

group = 'com.cloudurable'
archivesBaseName = "jai"
Expand Down Expand Up @@ -89,6 +89,9 @@ if (isMerge || isRelease) {
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
//repositoryUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
username = System.getenv('OSSRH_USERNAME')
password = System.getenv('OSSRH_PASSWORD')
}
Expand Down

0 comments on commit 5eb770c

Please sign in to comment.