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.4
1.0.4
Created 28 January 2018.
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.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.java.openjdk.shinyafox:jshell-gradle-plugin:1.0.4") } } apply(plugin = "net.java.openjdk.shinyafox.jshell.gradle.plugin")
- Applying plugins to all subprojects .