Skip to content

Enable Isolated Projects for the project self#1984

Merged
Goooler merged 2 commits intomainfrom
copilot/enable-isolated-projects
Mar 18, 2026
Merged

Enable Isolated Projects for the project self#1984
Goooler merged 2 commits intomainfrom
copilot/enable-isolated-projects

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

The shadow plugin already supports Isolated Projects for user builds (added in 9.4.0), and functional tests already run with -Dorg.gradle.unsafe.isolated-projects=true via commonGradleArgs. This PR enables Isolated Projects for the shadow plugin project's own build.

Changes

  • gradle.properties: Added org.gradle.unsafe.isolated-projects=true to enable Isolated Projects for the shadow project's own Gradle build

The project is a single-project build with dependencyResolutionManagement already in settings.gradle.kts, so no compatibility issues arise.


  • CHANGELOG's "Unreleased" section has been updated, if applicable.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -Xmx4g -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant (dns block)
  • scans-in.gradle.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -Xmx4g -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Isolated Projects support for the project Enable Isolated Projects for the shadow plugin project Mar 18, 2026
Copilot AI requested a review from Goooler March 18, 2026 05:05
@Goooler Goooler marked this pull request as ready for review March 18, 2026 05:06
@Goooler Goooler changed the title Enable Isolated Projects for the shadow plugin project Enable Isolated Projects for the project self Mar 18, 2026
@Goooler Goooler merged commit 1d40fd2 into main Mar 18, 2026
6 checks passed
@Goooler Goooler deleted the copilot/enable-isolated-projects branch March 18, 2026 05:08
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