Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/UBC-Stat-ML/blangSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Jul 19, 2024
2 parents 36afab9 + 18eaa14 commit b8642c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ uploadArchives {
mavenDeployer {
repository(url: "file:///${System.properties['user.home']}/artifacts/")
snapshotRepository(url: "file:///${System.properties['user.home']}/artifacts/")
pom.version = "2.18.3" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.version = "2.18.4" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.artifactId = "blangSDK"
pom.groupId = "com.github.UBC-Stat-ML"
}
Expand Down

0 comments on commit b8642c9

Please sign in to comment.