com.github.elect86.sciJava
Owner: Giuseppe Barbieri
plugin to easier version alignment for sciJava in Gradle
https://github.com/elect86/sciJava/tree/master
Sources: https://github.com/elect86/sciJava.git
Version 0.0.4 (latest)
0.0.4
Created 01 February 2021.
plugin to easier version alignment for sciJava in Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.elect86.sciJava") version "0.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.elect86:sciJava:0.0.4") } } apply(plugin = "com.github.elect86.sciJava")
- Applying plugins to all subprojects .