com.dorkbox.CrossCompile
Owner: Dorkbox LLC
Plugin to extract and configure cross-compilation
https://git.dorkbox.com/dorkbox/CrossCompile
Sources: https://git.dorkbox.com/dorkbox/CrossCompile
Version 1.1 (latest)
1.1
Created 14 June 2019.
Plugin to auto-configure cross-compilation builds for java projects
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dorkbox.CrossCompile") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dorkbox:CrossCompile:1.1") } } apply(plugin = "com.dorkbox.CrossCompile")
- Applying plugins to all subprojects .