Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen-r3 committed Jul 19, 2023
1 parent a918947 commit 1814b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ licenseName = The Apache License, Version 2.0
licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt

# Gradle Version Catalog
cordaVersionCatalog=release-5.1:1.0.0-alpha-1689601218213
cordaVersionCatalog=1.0.0-beta-+
releaseVersionCatalog=release-5.0
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
libs {
from("net.corda:$cordaVersionCatalog")
from("net.corda:$releaseVersionCatalog:$cordaVersionCatalog")
}
}
}
Expand Down

0 comments on commit 1814b5a

Please sign in to comment.