Skip to content

Commit 6b47d5d

Browse files
lptrysb33r
authored andcommitted
Fix problems with task properties
1 parent 218b747 commit 6b47d5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

base-plugin/src/main/groovy/com/github/jrubygradle/GenerateGradleRb.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ class GenerateGradleRb extends DefaultTask implements JRubyAwareTask {
100100
getGemInstallDir().absolutePath
101101
}
102102

103+
@Input
104+
protected String getGemInstallDirPath() {
105+
getGemInstallDir().absolutePath
106+
}
107+
103108
@TaskAction
104109
@CompileDynamic
105110
@SuppressWarnings('DuplicateStringLiteral')

0 commit comments

Comments
 (0)