Releases: mrsarm/jshell-plugin
Releases · mrsarm/jshell-plugin
1.2.1
- #16: exclusion of non-jar files (thanks @davidnavas for the patch).
- New Gradle Plugin description updated.
Release → 📦 https://plugins.gradle.org/plugin/com.github.mrsarm.jshell.plugin/1.2.1
1.2.1-RC7
1.2.1-RC6
1.2.0
Improve classpath detection and logs (#11):
- When classpath is not detected, use alternative sources to get the paths
- Better logging of jshell execution withing the console when
--info
argument is passed - Minor docs improvement
- Upgrade
com.gradle.plugin-publish
plugin
Release → https://plugins.gradle.org/plugin/com.github.mrsarm.jshell.plugin/1.2.0
1.2.0-RC2
Pre-release: Improve classpath detection and logs
- When classpath is not detected, use alternative sources to get the paths
- Better logging of jshell execution withing the console when
--info
argument is passed - Ready for Gradle 8
- Minor docs improvement
1.2.0-RC1
Pre-release: Improve classpath detection and logs
- When classpath is not detected, use alternative sources to get the paths
- Better logging of jshell execution withing the console when
--info
argument is passed - Minor docs improvement
1.1.0
- Fix error that cause JShell to exit earlier and not work with Java 12+ (thanks @arcesino !) (#1)
- Build:
- Remove support to old Gradle versions where it's unlikely Java 9+ is used
- Use
compile→ implementation (compile is deprecated) - Remove unused and deprecated JCenter repo
- Upgrade publishing repo plugin
- Add trick to overcome autocompletion in the README (#5)
- Typo fixes in README
Plugin release → https://plugins.gradle.org/plugin/com.github.mrsarm.jshell.plugin/1.1.0