Skip to content

Commit 99a15de

Browse files
authoredNov 2, 2019
Switch to build.gradle, reformat code using Spotless (#66)
The switch to the Groovy DSL will make it easier for maintainability, since it has more documentation. detekt was abandoned for Spotless because Spotless contains an autoformatter.
1 parent bbe5397 commit 99a15de

File tree

120 files changed

+881
-1224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+881
-1224
lines changed
 

‎LicenseHeader.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* This Source Code Form is subject to the terms of the Mozilla Public
3+
* License, v. 2.0. If a copy of the MPL was not distributed with this
4+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
5+
*
6+
* Copyright 2019, Green Hope Falcons
7+
*/
8+

‎azure-pipelines.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ pool:
88

99
steps:
1010

11-
- task: Gradle@2
12-
inputs:
13-
workingDirectory: ''
14-
gradleWrapperFile: 'gradlew'
15-
gradleOptions: '-Xmx3072m'
16-
javaHomeOption: 'JDKVersion'
17-
jdkVersionOption: '1.11'
18-
jdkArchitectureOption: 'x64'
19-
publishJUnitResults: false
20-
testResultsFiles: '**/TEST-*.xml'
21-
tasks: 'build'
11+
- task: Gradle@2
12+
inputs:
13+
workingDirectory: ''
14+
gradleWrapperFile: 'gradlew'
15+
gradleOptions: '-Xmx3072m'
16+
javaHomeOption: 'JDKVersion'
17+
jdkVersionOption: '1.11'
18+
jdkArchitectureOption: 'x64'
19+
publishJUnitResults: false
20+
testResultsFiles: '**/TEST-*.xml'
21+
tasks: 'build'

0 commit comments

Comments
 (0)
Please sign in to comment.