Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support subprojects in export dependencies to TeamCity #53

Merged
merged 19 commits into from
Jun 27, 2024

Conversation

fishinitself
Copy link
Collaborator

  1. Capability to automatically export dependencies to TeamCity for each Gradle subproject individually.
  2. Capability to explicitly declare dependencies through the plugin DSL and export them to TeamCity for each Gradle subproject individually.

@pgorbachev pgorbachev self-requested a review June 21, 2024 14:42
@pgorbachev pgorbachev added the enhancement New feature or request label Jun 21, 2024
-PbuildVersion=1.0-SNAPSHOT \
-Pversion=1.0-SNAPSHOT \
-Dorg.gradle.internal.publish.checksums.insecure=true \
-Plicense-management.version=0.1.89 \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не нужно

-Dorg.gradle.internal.publish.checksums.insecure=true \
-Plicense-management.version=0.1.89 \
-Plicense-maven-plugin.version=1.14.230 \
-Plicense.skip=false \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не нужно

@@ -0,0 +1,19 @@
command-and-arguments=-Poctopus-release-management.version=__RELEASE_MANAGEMENT_VERSION__ \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай уберем legacy как в прошлом примере

@@ -0,0 +1,18 @@
command-and-arguments=-Poctopus-release-management.version=__RELEASE_MANAGEMENT_VERSION__ \
-PbuildVersion=1.0-SNAPSHOT \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрать legacy

@@ -0,0 +1,17 @@
command-and-arguments=-Poctopus-release-management.version=__RELEASE_MANAGEMENT_VERSION__ \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрать legacy

This reverts commit b59279b.
Arguments.of("multi-module-with-root-publish-4.10.3", listOf("multi-module-with-root-publish-4.10.3", "module-5")),
Arguments.of("legacy-staging-plugin", listOf("deployer-dsl-core", "deployer-dsl-file"))
Arguments.of("multi-module-with-root-publish-4.10.3", listOf("multi-module-with-root-publish-4.10.3", "module-5"))
// Arguments.of("legacy-staging-plugin", listOf("deployer-dsl-core", "deployer-dsl-file"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle-staging-plugin не используется, его можно удалить (м.б. отдельным PR?)
Но возможно в этом тесте есть сценарий, который не покрывается другими тестами? т.е. просто заменив gradle-staging-plugin -> rm-gradle-plugin

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Т.е. тест предлагаю не выключать, а упростить\заменить на проверку того, что конструкции вида escrowBuild, nexusStaging по прежнему поддержаны. (других тестов на это я не вижу)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@fishinitself fishinitself merged commit 2f74211 into main Jun 27, 2024
3 checks passed
@fishinitself fishinitself deleted the subprojects branch June 27, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants