Skip to content

Releases: mrsarm/jshell-plugin

1.2.1

05 Feb 17:17
Compare
Choose a tag to compare
  • #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

01 Feb 15:29
Compare
Choose a tag to compare
1.2.1-RC7 Pre-release
Pre-release

New RC with Gradle Plugin description updated.

1.2.1-RC6

29 Jan 17:35
Compare
Choose a tag to compare
1.2.1-RC6 Pre-release
Pre-release

RC with exclusion of non-jar files (#16).

1.2.0

05 Jan 13:04
2b3b04c
Compare
Choose a tag to compare

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

03 Jan 12:28
Compare
Choose a tag to compare
1.2.0-RC2 Pre-release
Pre-release

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

02 Jan 16:13
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

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

15 Jul 13:07
2a6a6c2
Compare
Choose a tag to compare
  • 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

1.0.0

03 Jun 14:25
0391fe7
Compare
Choose a tag to compare

First stable release.

Documentation, console and message improvements.

1.0.0-RC1

02 Apr 22:22
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
First release