Skip to content

Update gradle to 7.4.2 #216

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

Merged
merged 2 commits into from
May 24, 2022
Merged

Update gradle to 7.4.2 #216

merged 2 commits into from
May 24, 2022

Conversation

eygraber
Copy link
Contributor

Stacked on #215

./gradlew shadowJar -p danger-kotlin-library
./gradlew build -p danger-kotlin-kts
./gradlew build -p danger-kotlin

uninstall:
rm -rf $(INSTALL_PATH)
rm -f $(LIB_INSTALL_PATH)/danger-kotlin.jar
rm -f $(LIB_FLAT_DIR)
rm -rf $(LIB_FLAT_DIR)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was causing an error so I fixed it here.

Comment on lines -2 to -3
provided
compile.extendsFrom provided
Copy link
Contributor Author

@eygraber eygraber Apr 26, 2022

Choose a reason for hiding this comment

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

implementation replaced compile and provided didn't seem to be used in any special way, so I replaced all instances of provided with implementation. Let me know if I was off base here.

includeJar "org.jetbrains.kotlin:kotlin-main-kts:$versionKotlin"
}

shadowJar {
baseName = 'danger-kotlin-kts'
getArchiveBaseName().set('danger-kotlin-kts')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't set the other properties to '' here because it doesn't look like anything is depending on the version not being in the filename.

@eygraber
Copy link
Contributor Author

Most of the changes are coming from updates to the wrapper scripts.

@eygraber eygraber changed the title Update gradle Update gradle to 7.4.2 Apr 26, 2022
@eygraber eygraber mentioned this pull request Apr 26, 2022
Copy link
Member

@f-meloni f-meloni left a comment

Choose a reason for hiding this comment

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

Thank you!

@f-meloni f-meloni merged commit 6156c14 into danger:master May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants