Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: merge upstream branch gradle/master into main
Browse files Browse the repository at this point in the history
This commit synchronizes the latest 6 changes from the https://github.com/gradle/gradle/tree/master. The changes include:

aa9f77e: gradle/gradle#27240 Move core-runtime projects to core-runtime platform
4c080f5: Move distributions-core project to core-runtime
e0f2544: Move distributions-basics project to core-runtime
6a29081: Move build-profile project to core-runtime
c9b2546: Move instrumentation-declarations project to core-runtime
16dcf95: Move installation-beacon project to core-runtime
  • Loading branch information
meowool-bot committed Dec 4, 2023
2 parents 0dc51c1 + aa9f77e commit 0bca10e
Show file tree
Hide file tree
Showing 33 changed files with 10 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .cm/platform_labels.cm
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,10 @@ platforms:
subprojects:
- 'platforms/core-execution/'
- 'platforms/core-runtime/build-operations/'
- 'subprojects/build-profile/'
- core_runtime:
name: 'core_runtime'
subprojects:
- 'platforms/core-runtime/'
- 'subprojects/installation-beacon/'
- documentation:
name: 'documentation'
subprojects:
Expand Down
2 changes: 0 additions & 2 deletions .cm/summary_table.cm
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,10 @@ platforms:
name: 'core_execution'
subprojects:
- 'platforms/core-runtime/'
- 'subprojects/build-profile/'
- core_runtime:
name: 'core_runtime'
subprojects:
- 'platforms/core-runtime/'
- 'subprojects/installation-beacon/'
- documentation:
name: 'documentation'
subprojects:
Expand Down
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ platforms/core-runtime/ @gradle/bt-core-runt
platforms/core-runtime/build-operations/ @gradle/bt-core-runtime-maintainers @gradle/bt-execution @gradle/bt-ge-build-cache
platforms/core-runtime/functional/ @gradle/bt-core-runtime-maintainers @gradle/bt-execution @bamboo
platforms/core-runtime/files/ @gradle/bt-core-runtime-maintainers @gradle/bt-execution @gradle/bt-ge-build-cache
subprojects/build-profile/ @gradle/bt-core-runtime-maintainers
subprojects/installation-beacon/ @gradle/bt-core-runtime-maintainers
subprojects/instrumentation-declarations/ @gradle/bt-core-runtime-maintainers

# Core automation platform (core/execution)
platforms/core-execution/ @gradle/bt-execution
Expand Down
10 changes: 5 additions & 5 deletions .teamcity/subprojects.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
{
"name": "build-profile",
"path": "subprojects/build-profile",
"path": "platforms/core-runtime/build-profile",
"unitTests": true,
"functionalTests": true,
"crossVersionTests": false
Expand Down Expand Up @@ -183,14 +183,14 @@
},
{
"name": "distributions-basics",
"path": "subprojects/distributions-basics",
"path": "platforms/core-runtime/distributions-basics",
"unitTests": false,
"functionalTests": false,
"crossVersionTests": false
},
{
"name": "distributions-core",
"path": "subprojects/distributions-core",
"path": "platforms/core-runtime/distributions-core",
"unitTests": false,
"functionalTests": false,
"crossVersionTests": false
Expand Down Expand Up @@ -379,7 +379,7 @@
},
{
"name": "installation-beacon",
"path": "subprojects/installation-beacon",
"path": "platforms/core-runtime/installation-beacon",
"unitTests": false,
"functionalTests": false,
"crossVersionTests": false
Expand All @@ -393,7 +393,7 @@
},
{
"name": "instrumentation-declarations",
"path": "subprojects/instrumentation-declarations",
"path": "platforms/core-runtime/instrumentation-declarations",
"unitTests": false,
"functionalTests": false,
"crossVersionTests": false
Expand Down
10 changes: 5 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ unassigned {

// Gradle Distributions - for testing and for publishing a full distribution
unassigned {
subproject("distributions-core")
subproject("distributions-basics")
subproject("distributions-full")
}

Expand All @@ -56,11 +54,8 @@ unassigned {
subproject("plugins")
subproject("build-events")
subproject("diagnostics")
subproject("installation-beacon")
subproject("composite-builds")
subproject("core-api")
subproject("build-profile")
subproject("instrumentation-declarations")
}

// Core Runtime Platform
Expand All @@ -70,11 +65,16 @@ platform("core-runtime") {
subproject("bootstrap")
subproject("build-operations")
subproject("build-option")
subproject("build-profile")
subproject("cli")
subproject("distributions-basics")
subproject("distributions-core")
subproject("file-temp")
subproject("files")
subproject("functional")
subproject("installation-beacon")
subproject("instrumentation-agent")
subproject("instrumentation-declarations")
subproject("internal-instrumentation-api")
subproject("internal-instrumentation-processor")
subproject("launcher")
Expand Down

0 comments on commit 0bca10e

Please sign in to comment.