Skip to content

Commit 4af573a

Browse files
author
c5403
committed
Fixing spacing issues
1 parent 080fd6e commit 4af573a

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

build-common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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>

build.gradle

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
plugins {
2-
id 'java'
2+
id 'java'
33
}
44
ext {
5-
baseDir = project.projectDir
5+
baseDir = project.projectDir
66
}
77

88
subprojects {
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

3535
task wrapper(type: Wrapper) {
36-
gradleVersion = '2.10'
36+
gradleVersion = '2.10'
3737
}
3838

3939
ant.importBuild 'third-party.xml'

0 commit comments

Comments
 (0)