-
Notifications
You must be signed in to change notification settings - Fork 3
Update to Gradle 9 and make more progress toward configuration cache compatibility #234
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
Changes from 56 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
97002c0
Gradle 9.0.0 version updates
labkey-susanh 6af9080
white space
labkey-susanh 315adc5
Snapshot version number
labkey-susanh beb8bc1
Configuration cache work for DoThenSetup and DeployApp
labkey-susanh 2757c47
Add group for `verifyLicensePatch` task
labkey-susanh 64a7769
Make `getImporterMap` properly visible during configuration phase
labkey-susanh 6ee86cb
Use JavaExec task type
labkey-susanh 3f12de2
Update release notes
labkey-susanh 717e1ad
Replace usages of project.javaexec
labkey-susanh cfbd223
Use DeleteTask instead of DefaultTask
labkey-susanh 3a85951
Use DeleteTask instead of DefaultTask
labkey-susanh 8892e02
Set up properties for project-related values
labkey-susanh 9292a33
Use `Delete` task instead of `DefaultTask`
labkey-susanh 8fa23bb
Make `useSsl` an input property for configuration cache compatibility
labkey-susanh 942c795
Remove `listNodeProjects` task
labkey-susanh 54e90eb
Update release notes
labkey-susanh 9af31f2
Remove `listJsp` task
labkey-susanh 8b5b7e1
Remove `cleanOut` task
labkey-susanh a847854
Remove unused code for artifact publication (seems unlikely that we w…
labkey-susanh 096b44f
Release notes
labkey-susanh f78dabf
update comment on compatibility
labkey-susanh 59edebc
Remove `cleanAndDeploy` task
labkey-susanh f7d4bad
Use Delete task instead of Default task for config cache compatibility
labkey-susanh ab7fc8b
Update `CopyAndInstallRPackage` Task class to use injected FileSystem…
labkey-susanh 67764b4
Use Task ant, not project.ant
labkey-susanh fec17e4
Use task logger and ant
labkey-susanh 9a93d9c
Release notes
labkey-susanh 34646cf
setProjectPath not setProject
labkey-susanh 7fd3753
Remove some more deprecated tasks. Update DeployApp with proper trigg…
labkey-susanh 3274858
startTomcat -> startLabKey
labkey-susanh 9b02224
Restore startTomcat and stopTomcat; remove `createNlpConfig` task
labkey-susanh 2a97191
Remove explicit `setup` task and fix up tasks that were depending on …
labkey-susanh b46317f
restore nlp-related tasks temporarily since it's still configured in TC
labkey-susanh a00aabf
Update distribution tasks for compatibility
labkey-susanh 7df6628
Mark applicationProperties as output not input
labkey-susanh 2f8e241
space
labkey-susanh 147c223
Another interation for DeployApp inputs and outputs
labkey-susanh 2710836
Another iteration for chosenPropsFile input
labkey-susanh 900ce9a
Move methods for updating dbProps to TeamCityDbSetup task
labkey-susanh 6571688
Pass in chosenPropsFile to remove project reference
labkey-susanh 3a6e943
revise comment
labkey-susanh ed6be56
Add TODO comment
labkey-susanh 631ab8b
Convert project-related properties to inputs
labkey-susanh d0bd0f6
Add incompatibility notes
labkey-susanh 49012a6
Set driver files and add missing dependencies for startTomcat
labkey-susanh aa61d1e
Remove incompatibility note
labkey-susanh c595ff5
Convert `stageRemovePipelineJobs` and add back another stopTomcat dep…
labkey-susanh 1027776
Update `ProeprtiesUtils` to remove code for supporting `labkey.xml`
labkey-susanh f736a0f
typo
labkey-susanh 6189944
Move restart trigger out of `modules` directory so it doesn't cause t…
labkey-susanh c6271e1
Allow for no alphaPrefix during configuration
labkey-susanh ab6b654
Allow for better error messaging for missing distributionFileProp
labkey-susanh 62091c8
Update comment
labkey-susanh 48d4e7e
Fix up bootstrap task so it will always run and will update the appli…
labkey-susanh 393fd74
Remove `createNlpConfig`
labkey-susanh 1da2976
Add some messages about configuration cache compatibility
labkey-susanh b7b309b
Add TODO for possible Antlr plugin usage
labkey-susanh a121011
Remove description property in favor of the default project description
labkey-susanh 22491a3
Move static methods back to TeamCityExtension
labkey-susanh 761bda0
Release date and version
labkey-susanh 3049b6e
Prepare for merge to develop
labkey-susanh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.