net.java.openjdk.shinyafox.jshell.gradle.plugin
Owner: Shinya Yoshida
JShell supports for your gradle project. Let's explore your classes and dependencies with jshell
https://github.com/bitterfox/jshell-gradle-plugin
Sources: https://github.com/bitterfox/jshell-gradle-plugin
Version 1.0.3
1.0.3
Created 18 March 2017.
JShell supports for your gradle project. Let's explore your classes and dependencies with jshell
Add this plugin to your build using the plugins DSL:
plugins {
id("net.java.openjdk.shinyafox.jshell.gradle.plugin") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.java.openjdk.shinyafox:jshell-gradle-plugin:1.0.3") } } apply(plugin = "net.java.openjdk.shinyafox.jshell.gradle.plugin")
- Applying plugins to all subprojects .