Merge pull request #428 from donv/patch-1

Use new `mainClass` property instead of `main`
This commit is contained in:
Christian Meier 2022-05-06 11:48:26 +02:00 committed by GitHub
commit db46fa9281
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'