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 218b747 commit 6b47d5dCopy full SHA for 6b47d5d
base-plugin/src/main/groovy/com/github/jrubygradle/GenerateGradleRb.groovy
@@ -100,6 +100,11 @@ class GenerateGradleRb extends DefaultTask implements JRubyAwareTask {
100
getGemInstallDir().absolutePath
101
}
102
103
+ @Input
104
+ protected String getGemInstallDirPath() {
105
+ getGemInstallDir().absolutePath
106
+ }
107
+
108
@TaskAction
109
@CompileDynamic
110
@SuppressWarnings('DuplicateStringLiteral')
0 commit comments