Delete unused build files.
These were forgotten in the CL's that converted to non-composite builds.
Change-Id: I7e5c8391195f8fd385e1a7e221199e7e8285e007
diff --git a/d8_r8/assistant/gradle.properties b/d8_r8/assistant/gradle.properties
deleted file mode 100644
index a12fbef..0000000
--- a/d8_r8/assistant/gradle.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# Due to Gradle composite project isolation this file is duplicated in each
-# project. Please update the one in the repo root and duplicate.
-#
-# find d8_r8 -name gradle.properties -exec cp gradle.properties {} \;
-
-org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
-kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
-systemProp.file.encoding=UTF-8
-
-org.gradle.parallel=true
-org.gradle.caching=false
-org.gradle.configuration-cache=false
-
-# Do not download any jdks or detect them. We provide them.
-org.gradle.java.installations.auto-detect=false
-org.gradle.java.installations.auto-download=false
-
-# Configure Java toolchains
-#
-# Run
-# tools/gradle.py -q javaToolchains
-# to check the actual JDK's picked up by Gradle.
-#
-# NOTE: Gradle will ignore directories which does not exist, as will be the
-# case for JDK's for platforms different from the one this is running on
-# when using the default downloadDeps setup.
-# These paths are provided by tools/gradle.py and tools/test.py, but kept here
-# to allow for direct gradle invocations.
-org.gradle.java.installations.paths=\
-third_party/openjdk/jdk-11/linux,\
-third_party/openjdk/jdk-17/linux,\
-third_party/openjdk/jdk-21/linux,\
-third_party/openjdk/jdk-25/linux,\
-third_party/openjdk/jdk-11/osx,\
-third_party/openjdk/jdk-17/osx,\
-third_party/openjdk/jdk-21/osx,\
-third_party/openjdk/jdk-25/osx,\
-third_party/openjdk/jdk-11/windows,\
-third_party/openjdk/jdk-17/windows,\
-third_party/openjdk/jdk-21/windows,\
-third_party/openjdk/jdk-25/windows
diff --git a/d8_r8/blastradius/gradle.properties b/d8_r8/blastradius/gradle.properties
deleted file mode 100644
index a12fbef..0000000
--- a/d8_r8/blastradius/gradle.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# Due to Gradle composite project isolation this file is duplicated in each
-# project. Please update the one in the repo root and duplicate.
-#
-# find d8_r8 -name gradle.properties -exec cp gradle.properties {} \;
-
-org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
-kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
-systemProp.file.encoding=UTF-8
-
-org.gradle.parallel=true
-org.gradle.caching=false
-org.gradle.configuration-cache=false
-
-# Do not download any jdks or detect them. We provide them.
-org.gradle.java.installations.auto-detect=false
-org.gradle.java.installations.auto-download=false
-
-# Configure Java toolchains
-#
-# Run
-# tools/gradle.py -q javaToolchains
-# to check the actual JDK's picked up by Gradle.
-#
-# NOTE: Gradle will ignore directories which does not exist, as will be the
-# case for JDK's for platforms different from the one this is running on
-# when using the default downloadDeps setup.
-# These paths are provided by tools/gradle.py and tools/test.py, but kept here
-# to allow for direct gradle invocations.
-org.gradle.java.installations.paths=\
-third_party/openjdk/jdk-11/linux,\
-third_party/openjdk/jdk-17/linux,\
-third_party/openjdk/jdk-21/linux,\
-third_party/openjdk/jdk-25/linux,\
-third_party/openjdk/jdk-11/osx,\
-third_party/openjdk/jdk-17/osx,\
-third_party/openjdk/jdk-21/osx,\
-third_party/openjdk/jdk-25/osx,\
-third_party/openjdk/jdk-11/windows,\
-third_party/openjdk/jdk-17/windows,\
-third_party/openjdk/jdk-21/windows,\
-third_party/openjdk/jdk-25/windows
diff --git a/d8_r8/blastradius/settings.gradle.kts b/d8_r8/blastradius/settings.gradle.kts
deleted file mode 100644
index b3a7591..0000000
--- a/d8_r8/blastradius/settings.gradle.kts
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2026, the R8 project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-pluginManagement {
- repositories {
- maven { url = uri("../../third_party/dependencies_plugin") }
- maven { url = uri("../../third_party/dependencies") }
- }
-}
-
-dependencyResolutionManagement {
- repositories { maven { url = uri("../../third_party/dependencies") } }
-}
-
-rootProject.name = "blastradius"
diff --git a/d8_r8/keepanno/gradle.properties b/d8_r8/keepanno/gradle.properties
deleted file mode 100644
index a12fbef..0000000
--- a/d8_r8/keepanno/gradle.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# Due to Gradle composite project isolation this file is duplicated in each
-# project. Please update the one in the repo root and duplicate.
-#
-# find d8_r8 -name gradle.properties -exec cp gradle.properties {} \;
-
-org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
-kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
-systemProp.file.encoding=UTF-8
-
-org.gradle.parallel=true
-org.gradle.caching=false
-org.gradle.configuration-cache=false
-
-# Do not download any jdks or detect them. We provide them.
-org.gradle.java.installations.auto-detect=false
-org.gradle.java.installations.auto-download=false
-
-# Configure Java toolchains
-#
-# Run
-# tools/gradle.py -q javaToolchains
-# to check the actual JDK's picked up by Gradle.
-#
-# NOTE: Gradle will ignore directories which does not exist, as will be the
-# case for JDK's for platforms different from the one this is running on
-# when using the default downloadDeps setup.
-# These paths are provided by tools/gradle.py and tools/test.py, but kept here
-# to allow for direct gradle invocations.
-org.gradle.java.installations.paths=\
-third_party/openjdk/jdk-11/linux,\
-third_party/openjdk/jdk-17/linux,\
-third_party/openjdk/jdk-21/linux,\
-third_party/openjdk/jdk-25/linux,\
-third_party/openjdk/jdk-11/osx,\
-third_party/openjdk/jdk-17/osx,\
-third_party/openjdk/jdk-21/osx,\
-third_party/openjdk/jdk-25/osx,\
-third_party/openjdk/jdk-11/windows,\
-third_party/openjdk/jdk-17/windows,\
-third_party/openjdk/jdk-21/windows,\
-third_party/openjdk/jdk-25/windows
diff --git a/d8_r8/keepanno/settings.gradle.kts b/d8_r8/keepanno/settings.gradle.kts
deleted file mode 100644
index 8a0fe0d..0000000
--- a/d8_r8/keepanno/settings.gradle.kts
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-pluginManagement {
- repositories {
- maven { url = uri("../../third_party/dependencies_plugin") }
- maven { url = uri("../../third_party/dependencies") }
- }
-}
-
-dependencyResolutionManagement {
- repositories { maven { url = uri("../../third_party/dependencies") } }
-}
-
-rootProject.name = "keepanno"
-
-val root = rootProject.projectDir.parentFile
-
-includeBuild(root.resolve("shared"))