Skip to content

Commit

Permalink
Merge pull request #128 from tharinduwijewardane/main_manualVersion
Browse files Browse the repository at this point in the history
Manually set dependency versions -temp
  • Loading branch information
tharinduwijewardane authored Nov 12, 2021
2 parents 4755936 + 1f78c9e commit 14a71bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions choreo-extension-ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ task ballerinaBuild {
workingDir project.projectDir
environment "JAVA_OPTS", "-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true"
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine 'cmd', '/c', "${distributionBinPath}/bal.bat pack --offline ${additionalBuildParams} && exit %%ERRORLEVEL%%"
commandLine 'cmd', '/c', "${distributionBinPath}/bal.bat build --offline ${additionalBuildParams} -c && exit %%ERRORLEVEL%%"
} else {
commandLine 'sh', '-c', "${distributionBinPath}/bal pack --offline ${additionalBuildParams}"
commandLine 'sh', '-c', "${distributionBinPath}/bal build --offline ${additionalBuildParams} -c"
}
}
// extract bala file to artifact cache directory
Expand Down
36 changes: 18 additions & 18 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

group=org.ballerinalang
version=0.4.3-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.4-20211107-110400-4b696afc
ballerinaLangVersion=2.0.0-beta.3
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
Expand All @@ -31,23 +31,23 @@ protobufVersion=3.14.0
perfmarkVersion=0.23.0

# Test Module Dependecy Versions
stdlibGrpcVersion=1.0.1-20211109-113900-f62ff4b
stdlibCryptoVersion=2.0.1-20211108-122600-9d60590
stdlibIoVersion=1.0.1-20211108-122100-5bcf9c9
stdlibLogVersion=2.0.1-20211108-123000-dba3496
stdlibHttpVersion=2.0.1-20211108-132600-ccc9797
stdlibJwtVersion=2.0.1-20211108-124800-0cebd87
stdlibUuidVersion=1.0.1-20211108-124000-9e74205
stdlibOAuth2Version=2.0.1-20211108-125100-94b4d4f
stdlibFileVersion=1.0.1-20211108-124100-e2851a4
stdlibRegexVersion=1.0.1-20211108-122100-0eedb11
stdlibTimeVersion=2.0.1-20211108-122100-6f40bae
stdlibOsVersion=1.0.1-20211108-122700-f58933f
stdlibAuthVersion=2.0.1-20211108-124800-fe7ea99
stdlibCacheVersion=3.0.1-20211108-124000-d01968e
stdlibMimeVersion=2.0.1-20211108-124000-6bf42f4
stdlibTaskVersion=2.0.1-20211108-123000-54a029b
stdlibUrlVersion=2.0.1-20211108-122100-15b4e6e
stdlibGrpcVersion=1.0.0
stdlibCryptoVersion=2.0.0
stdlibIoVersion=1.0.0
stdlibLogVersion=2.0.0
stdlibHttpVersion=2.0.0
stdlibJwtVersion=2.0.0
stdlibUuidVersion=1.0.0
stdlibOAuth2Version=2.0.0
stdlibFileVersion=1.0.0
stdlibRegexVersion=1.0.0
stdlibTimeVersion=2.0.0
stdlibOsVersion=1.0.0
stdlibAuthVersion=2.0.0
stdlibCacheVersion=3.0.0
stdlibMimeVersion=2.0.0
stdlibTaskVersion=2.0.0
stdlibUrlVersion=2.0.0

# Test Dependency Versions
testngVersion=6.14.3
Expand Down

0 comments on commit 14a71bb

Please sign in to comment.