Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 19, 2024
1 parent 6403e27 commit f99e5bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ class ReleaseManagementPluginTest {
"multi-module",
"template-all-deps-root_prj.properties",
listOf("DBSM-Cloud-API:0.1.71", "DBSM-Cloud-Common:0.1.67", "components-registry-service:0.0.645")
)
),
Arguments.of(
"multi-module",
"template-deps-subproj_core_declared.properties",
listOf("DBSM-Cloud-Common:0.1.67", "components-registry-service:0.0.645")
)

)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {

releaseManagement {
releaseDependencies {
component "com.${project["packageName"]}.dbsm.cloud:dbsm-cloud-common-core", version: "${project['dbsm-cloud-common.version']}"
component "com.${project["packageName"]}.infrastructure:components-registry-api", version: "${project['components-registry-api.version']}"
component name : "dbsm-cloud-common-core", version: "${project['dbsm-cloud-common.version']}"
component name : "components-registry-api", version: "${project['components-registry-api.version']}"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rootProject.name = 'dbsm-cloud-database'

include ':dbsm-cloud-database-api'
include ':dbsm-cloud-database-core'
include ':dbsm-cloud-database-core-declared'
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
command-and-arguments=-Poctopus-release-management.version=__RELEASE_MANAGEMENT_VERSION__ \
-PbuildVersion=1.0-SNAPSHOT \
-PgradleStagingPluginVersion=1.287 \
-PreleaseManagementPluginVersion=7.2927 \
-PstagingProfileId=12f37fbf50910f \
-PbuildVersion=1.0-SNAPSHOT \
-Pversion=1.0-SNAPSHOT \
-Dorg.gradle.internal.publish.checksums.insecure=true \
-Plicense-management.version=0.1.89 \
-Plicense-maven-plugin.version=1.14.230 \
-Plicense.skip=false \
-PpackageName=__PACKAGE_NAME__ \
--info \
--stacktrace \
-Dorg.gradle.daemon=false \
-p dbsm-cloud-database-core-declared \
:dbsm-cloud-database-core-declared:exportDependenciesToTeamcity

0 comments on commit f99e5bb

Please sign in to comment.