We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8a7a6 commit 92ed994Copy full SHA for 92ed994
build.gradle
@@ -38,7 +38,7 @@ bintray {
38
repo = 'maven'
39
name = 'java-repl'
40
desc = 'Java REPL is a simple Read-Eval-Print-Loop for Java language.'
41
- websiteUrl = 'https://github.com/bintray/gradle-bintray-plugin'
+ websiteUrl = 'http://www.javarepl.com'
42
issueTrackerUrl = 'https://github.com/albertlatacz/java-repl/issues'
43
vcsUrl = 'https://github.com/albertlatacz/java-repl.git'
44
licenses = ['Apache-2.0']
0 commit comments