-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from 2m/wip-google-formatter-2m
Change to google formatter library
- Loading branch information
Showing
43 changed files
with
38 additions
and
1,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
sudo: false | ||
language: scala | ||
jdk: | ||
- oraclejdk8 | ||
script: sbt scripted | ||
jdk: oraclejdk8 | ||
|
||
jobs: | ||
include: | ||
- stage: test | ||
script: sbt scripted | ||
|
||
stages: | ||
# runs on master commits and PRs | ||
- name: test | ||
if: NOT tag =~ ^v | ||
|
||
before_cache: | ||
- find $HOME/.ivy2/ -name "ivydata-*.properties" -print -delete | ||
- find $HOME/.sbt -name "*.lock" -print -delete | ||
|
||
cache: | ||
directories: | ||
- $HOME/.ivy2/cache | ||
- $HOME/.sbt/boot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
plugin/src/sbt-test/sbt-java-formatter/custom-filename-formatting/build.sbt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.