Skip to content

Commit

Permalink
subproject support
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 20, 2024
1 parent 5e9f8a6 commit 9e9dbd9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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__ \
-PincludeAllDependencies=true \
--info \
--stacktrace \
-Dorg.gradle.daemon=false \
-p dbsm-cloud-database-api \
:dbsm-cloud-database-api:exportDependenciesToTeamcity

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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__ \
-PincludeAllDependencies=true \
--info \
--stacktrace \
-Dorg.gradle.daemon=false \
-p dbsm-cloud-database-core \
:dbsm-cloud-database-core:exportDependenciesToTeamcity

0 comments on commit 9e9dbd9

Please sign in to comment.