com.egis.gradle
Owner: Moshe Immerman
Master build script for Egis Java projects
Sources: https://github.com/egis/gradle-build
Version 4.0.73 (latest)
4.0.73
Created 17 November 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.73"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.egis:gradle-build:4.0.73") } } apply(plugin = "com.egis.gradle")
- Applying plugins to all subprojects .