Kelvin Chung

Results 3 issues of Kelvin Chung

## Issue Summary I encountered an issue when trying to install the Red Alert using The First Decade DVD. Though most of the assets I obtained were from the Remastered...

Bug

Is it possible to have redistributed jars corresponding to `gradleKotlinDsl()`, in the same way as `gradleApi()`? Currently, the only way to get the Kotlin DSL is to manually extricate it...

Suppose that your project has an included build that produces an artifact: (root `settings.gradle.kts`) ```kotlin includeBuild("foo") ``` (`foo/settings.gradle.kts`) ```kotlin plugins { id("com.javiersc.semver") version "0.8.0" } semver { isEnabled.set(true) gitDir.set(rootDir.parentFile.resolve(".git")) }...

bug