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

[#1994] Migrate build.gradle from Groovy to Kotlin #2008

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8589331
Complete initial refactoring of build.gradle
nseah21 Jun 18, 2023
91d023f
Fix some errors while troubleshooting build
nseah21 Jun 18, 2023
59eff97
Attempt migration again from scratch
nseah21 Jul 2, 2023
46745fa
Fix deprecation warnings
nseah21 Jul 2, 2023
6e99a7c
Modify command line arguments
nseah21 Jul 2, 2023
cdfd739
Fix bug with task :run arguments
nseah21 Jul 4, 2023
5f756f3
Add newline at end of build.gradle.kts
gok99 Jul 8, 2023
74b2131
Use ExecutePackageManagerTasks for some tasks
nseah21 Jul 11, 2023
44bdef5
Merge branch 'migrate-build-gradle' of github.com:nseah21/RepoSense i…
nseah21 Jul 11, 2023
ee77e48
Troubleshoot issue with :coverage task
nseah21 Jul 14, 2023
4ed2d8d
Troubleshoot systemtest configurations
nseah21 Jul 15, 2023
933058f
Troubleshoot other fixes for :systemtest task
nseah21 Jul 15, 2023
745afd5
Use environment instead of systemProperty
nseah21 Jul 15, 2023
f09f9bd
Update implementation for :coverage task
nseah21 Jul 15, 2023
419272a
Troubleshoot configurations for :coverage task
nseah21 Jul 15, 2023
fd7c853
Add explicit dependencies for :coverage task
nseah21 Jul 16, 2023
04b392b
Remove dependency in :coverage task
nseah21 Aug 16, 2023
c2c3e0f
Add dependency for :coverage task
nseah21 Aug 29, 2023
c8a3c28
Attempt fix for invalid execution data file path
nseah21 Aug 30, 2023
924aba6
Merge branch 'master' into migrate-build-gradle
gok99 Oct 1, 2023
e02fe4d
Update plugins block
nseah21 Oct 27, 2023
34e5c89
Update dependencies block
nseah21 Oct 27, 2023
13c4d17
Rename build.gradle to build.gradle.kts
nseah21 Oct 27, 2023
2af1fe5
Complete second refactoring attempt
nseah21 Dec 4, 2023
a634640
Increase timeout for serveTestReportInBackground
nseah21 Dec 6, 2023
b1d3a7e
Update working directories for tasks
nseah21 Dec 6, 2023
70d2df6
Merge branch 'migrate-build-gradle-again' into migrate-build-gradle
nseah21 Dec 6, 2023
76976a9
Merge branch 'master' into migrate-build-gradle
nseah21 Dec 6, 2023
f332d15
Troubleshoot jacoco bug with execution data
nseah21 Dec 7, 2023
c9f6ee9
Troubleshoot bug in coverage task
nseah21 Dec 7, 2023
b210b35
Update coverage task configuration
nseah21 Dec 7, 2023
0b4e440
Tidy up build script
nseah21 Dec 7, 2023
c71d36c
Merge branch 'master' into migrate-build-gradle
nseah21 Jan 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
325 changes: 0 additions & 325 deletions build.gradle

This file was deleted.

Loading
Loading