Skip to content

Commit

Permalink
Update Gradle description
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Feb 1, 2023
1 parent 7a454aa commit 4ab625f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ tasks.withType(GroovyCompile) {
pluginBundle {
website = 'https://github.com/mrsarm/jshell-plugin'
vcsUrl = 'https://github.com/mrsarm/jshell-plugin'
description = "JShell supports for your gradle project. Let's explore your classes and dependencies with jshell"
description = "JShell supports to explore your code and dependencies in your gradle project with in jshell, " +
"the official Java REPL tool (Java 9+)"
tags = ['java9', 'jshell', 'repl']

plugins {
Expand Down

0 comments on commit 4ab625f

Please sign in to comment.