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