Skip to content

Commit

Permalink
publish properly
Browse files Browse the repository at this point in the history
  • Loading branch information
babbaj committed Oct 16, 2023
1 parent fecd8d6 commit bdf05c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ publishing {
}

repositories {
mavenLocal()
/*maven {
//mavenLocal()
maven {
name = "FileSystem"
url = uri("file://" + System.getenv("MAVEN_DIR"))
}
Expand All @@ -172,6 +172,6 @@ publishing {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}*/
}
}
}

0 comments on commit bdf05c1

Please sign in to comment.