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

chore(gradle): remove custom startScripts task #402

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

xeruf
Copy link
Member

@xeruf xeruf commented Aug 9, 2021

Reopening of #369

Current issues:

https://docs.gradle.org/current/dsl/org.gradle.jvm.application.tasks.CreateStartScripts.html

May fix #265

The jar task was resolving the default configuration in the configuration phase,
leading to spurious failure when executing any task in the testclient directly.
It was only because of two constants...
Current issues:
- the start-script hardcodes classpath to lib:
  gradle/gradle#7033
- script assumes it is in a bin directory, but I want it in root ("pwd -P")

https://docs.gradle.org/current/dsl/org.gradle.jvm.application.tasks.CreateStartScripts.html
@xeruf xeruf added action:investigate Gathering information component:build Related to the build logic (chore) labels Aug 9, 2021
@xeruf xeruf marked this pull request as draft November 13, 2021 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action:investigate Gathering information component:build Related to the build logic (chore)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace deploy task with gradle distribution plugin
2 participants