- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GradleException (2.17 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.buildutils.tasks import org.gradle.api.DefaultTask import org.gradle.api.GradleException import org.gradle.api.artifacts.component.ModuleComponentIdentifier import org.gradle.api.artifacts.result.ResolutionResult import org.gradle.api.artifacts.result.ResolvedComponentResult
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Nov 24 20:45:41 UTC 2025 - 5K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
id("gradlebuild.module-jar") id("gradlebuild.dependency-modules") id("gradlebuild.jvm-compile") } tasks.withType<JavaCompile>().configureEach { options.release = provider { throw GradleException("This task '${name}' is not associated with a compilation. Associate it with a compilation on the '${JvmCompileExtension.NAME}' extension.") } } val gradleModule = the<GradleModuleExtension>()
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0)