com.egis.gradle
Owner: Moshe Immerman
Master build script for Egis Java projects
Sources: https://github.com/egis/gradle-build
Version 4.0.61
4.0.61
Created 18 October 2023.
Master build script for Egis Java projects
Add this plugin to your build using the plugins DSL:
plugins {
id("com.egis.gradle") version "4.0.61"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.egis:gradle-build:4.0.61") } } apply(plugin = "com.egis.gradle")
- Applying plugins to all subprojects .