File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 <condition property =" tests-exists" >
6666 <available file =" ${project.test.source.dir}" type =" dir" />
6767 </condition >
68- </target >
68+ </target >
6969
7070 <target name =" compile" depends =" if-source" description =" Compile the code" if =" source-exists" >
7171 <echo >Compiling against WPILib ${wpilib.version} installed at ${wpilib.dir}</echo >
Original file line number Diff line number Diff line change 11plugins {
2- id ' java'
2+ id ' java'
33}
44ext {
5- baseDir = project. projectDir
5+ baseDir = project. projectDir
66}
77
88subprojects {
99
10- apply plugin : ' java'
10+ apply plugin : ' java'
1111
12- sourceCompatibility = 1.8
13- targetCompatibility = 1.8
12+ sourceCompatibility = 1.8
13+ targetCompatibility = 1.8
1414
15- repositories {
16- mavenCentral()
17- }
15+ repositories {
16+ mavenCentral()
17+ }
1818
19- group = " org.strongback"
20- version = " 2017.2.1-SNAPSHOT"
19+ group = " org.strongback"
20+ version = " 2017.2.1-SNAPSHOT"
2121
22- repositories {
23- maven {
24- url ' http://first.wpi.edu/FRC/roborio/maven/release'
25- }
26- }
22+ repositories {
23+ maven {
24+ url ' http://first.wpi.edu/FRC/roborio/maven/release'
25+ }
26+ }
2727
28- dependencies {
29- testCompile(' junit:junit:4.12' )
30- testCompile(' org.easytesting:fest-assert:1.4' )
31- }
28+ dependencies {
29+ testCompile(' junit:junit:4.12' )
30+ testCompile(' org.easytesting:fest-assert:1.4' )
31+ }
3232
3333}
3434
3535task wrapper (type : Wrapper ) {
36- gradleVersion = ' 2.10'
36+ gradleVersion = ' 2.10'
3737}
3838
3939ant. importBuild ' third-party.xml'
You can’t perform that action at this time.
0 commit comments