Skip to content

chore: Upgrade project wrapper to 7.3.3#1145

Merged
CsCherrYY merged 1 commit intomainfrom
cs-gradle-7.3.3
Jan 11, 2022
Merged

chore: Upgrade project wrapper to 7.3.3#1145
CsCherrYY merged 1 commit intomainfrom
cs-gradle-7.3.3

Conversation

@CsCherrYY
Copy link
Collaborator

@CsCherrYY CsCherrYY commented Jan 5, 2022

Part of #1027, we should use a new major wrapper to help users create new Gradle projects. This pr upgrades project wrapper to 7.3.3. Once there is an error:

Entry ArtifactUsage.json is a duplicate but no duplicate handling strategy has been set.

we use

project.tasks.named("processResources") {
  duplicatesStrategy = 'include'
}

see the reference: gradle/gradle#17236 (comment)

@CsCherrYY CsCherrYY added the eng engineering work label Jan 5, 2022
@CsCherrYY CsCherrYY added this to the January 2022 milestone Jan 5, 2022
@CsCherrYY CsCherrYY marked this pull request as draft January 5, 2022 06:18
@CsCherrYY CsCherrYY marked this pull request as ready for review January 11, 2022 02:10
@CsCherrYY CsCherrYY merged commit be1818b into main Jan 11, 2022
@CsCherrYY CsCherrYY deleted the cs-gradle-7.3.3 branch January 11, 2022 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eng engineering work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants