Use new `mainClass` property instead of `main`

This commit is contained in:
Uwe Kubosch 2021-09-01 13:08:27 +02:00 committed by GitHub
parent c673c36e20
commit 53d6452739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class GemUtils {
JARS_SKIP: true,
GEM_HOME: destDir.absolutePath,
GEM_PATH: destDir.absolutePath
main = JRUBY_MAINCLASS
mainClass = JRUBY_MAINCLASS
classpath jRubyClasspath
args '-S', GEM, 'install'