Skip to content

Commit

Permalink
Add ballerina/uuid transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Jan 5, 2021
1 parent 305705b commit 42d83ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ext.stdlibConfigVersion = project.stdlibConfigVersion
ext.stdlibRuntimeVersion = project.stdlibRuntimeVersion
ext.stdlibSystemVersion = project.stdlibSystemVersion
ext.stdlibTaskVersion = project.stdlibTaskVersion
ext.stdlibUuidVersion = project.stdlibUuidVersion

ext.slf4jVersion = project.slf4jVersion
ext.ballerinaTomlParserVersion = project.ballerinaTomlParserVersion
Expand Down Expand Up @@ -185,6 +186,13 @@ allprojects {
password System.getenv("packagePAT")
}
}
maven {
url 'https://maven.pkg.github.com/ballerina-platform/module-ballerina-uuid'
credentials {
username System.getenv("packageUser")
password System.getenv("packagePAT")
}
}
}
}

Expand Down Expand Up @@ -213,6 +221,7 @@ subprojects {
// Transitive dependencies
ballerinaStdLibs "org.ballerinalang:system-ballerina:${stdlibSystemVersion}"
ballerinaStdLibs "org.ballerinalang:task-ballerina:${stdlibTaskVersion}"
ballerinaStdLibs "org.ballerinalang:uuid-ballerina:${stdlibUuidVersion}"
}
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ stdlibCacheVersion=2.0.5-SNAPSHOT
stdlibAuthVersion=1.0.5-SNAPSHOT
stdlibJwtVersion=1.0.7-SNAPSHOT
stdlibOAuth2Version=1.0.5-SNAPSHOT
stdlibUuidVersion=0.9.1-SNAPSHOT

0 comments on commit 42d83ea

Please sign in to comment.