- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ExternalModulesExtension (0.35 sec)
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.modules.extension import gradlebuild.modules.model.License abstract class ExternalModulesExtension(isBundleGroovy4: Boolean) { val groovyVersion = if (isBundleGroovy4) "4.0.22" else "3.0.22" val groovyGroup = if (isBundleGroovy4) "org.apache.groovy" else "org.codehaus.groovy"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 08:06:17 UTC 2024 - 15.5K bytes - Viewed (0)