File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
base-plugin/src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ class JRubyExec extends JavaExec implements JRubyExecTraits {
150
150
* @throw {@code org.gradle.api.InvalidUserDataException} if mode of behaviour cannot be determined.
151
151
*/
152
152
@Override
153
+ @Input
153
154
@SuppressWarnings (' UnnecessaryGetter' )
154
155
List<String > getArgs () {
155
156
// just add the extra load-path even if it does not exists
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import org.gradle.api.DefaultTask
6
6
import org.gradle.api.artifacts.Configuration
7
7
import org.gradle.api.file.FileCollection
8
8
import org.gradle.api.tasks.InputFiles
9
+ import org.gradle.api.tasks.Internal
9
10
import org.gradle.api.tasks.Optional
10
11
import org.gradle.api.tasks.OutputDirectory
11
12
import org.gradle.api.tasks.TaskAction
@@ -46,6 +47,7 @@ class JRubyPrepare extends DefaultTask {
46
47
outputDir = f
47
48
}
48
49
50
+ @Internal
49
51
List<Object > dependencies = []
50
52
51
53
@Optional
You can’t perform that action at this time.
0 commit comments