File tree 3 files changed +2
-5
lines changed
main/java/org/jenkinsci/plugins/unity3d/io
test/java/org/jenkinsci/plugins/unity3d
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >io.jenkins.tools.bom</groupId >
42
- <artifactId >bom-2.426.x </artifactId >
43
- <version >2839.v003b_4d9d24fd </version >
42
+ <artifactId >bom-weekly </artifactId >
43
+ <version >4023.va_eeb_b_4e45f07 </version >
44
44
<type >pom</type >
45
45
<scope >import</scope >
46
46
</dependency >
Original file line number Diff line number Diff line change 7
7
8
8
import java .io .InputStream ;
9
9
import java .io .IOException ;
10
- import java .io .PipedInputStream ;
11
- import java .io .PipedOutputStream ;
12
10
import java .io .OutputStream ;
13
11
14
12
/**
Original file line number Diff line number Diff line change 4
4
import hudson .model .FreeStyleProject ;
5
5
import hudson .model .Result ;
6
6
import org .apache .commons .io .FileUtils ;
7
- import org .junit .Ignore ;
8
7
import org .junit .Test ;
9
8
import org .jvnet .hudson .test .HudsonTestCase ;
10
9
import org .jvnet .hudson .test .recipes .LocalData ;
You can’t perform that action at this time.
0 commit comments