Skip to content

Commit

Permalink
Merge pull request #361 from MrRamych/master
Browse files Browse the repository at this point in the history
Gradle and travis-ci improvements
  • Loading branch information
RichardHightower authored Oct 12, 2016
2 parents 6b1319b + 0fb90c0 commit 9bc6870
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 1,030 deletions.
39 changes: 3 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ target
.classpath
.project
.settings
.gitignore~
hs_err_*.log

src/test/resources/foo.json

src/test/resources/freeformatter-out.json


boon/build/*

machines/machine3/log

machines/machine1/log
Expand All @@ -40,40 +36,11 @@ machines/machine3/conf

machines/machine3/snapshot/29_30007.ss

.gradle/2.1/taskArtifacts/cache.properties

.gradle/2.1/taskArtifacts/cache.properties.lock

.gradle/2.1/taskArtifacts/fileHashes.bin

.gradle/2.1/taskArtifacts/fileSnapshots.bin

.gradle/2.1/taskArtifacts/outputFileStates.bin

.gradle/2.1/taskArtifacts/taskArtifacts.bin
.gradle/

*.class

*.jar
!gradle-wrapper.jar

*.MF

boon/build/poms/pom-default.xml

etcd/build/poms/pom-default.xml

bnsf/build/poms/pom-default.xml

etcd/etcd-client/build/poms/pom-default.xml

slumberdb/build/poms/pom-default.xml

slumberdb/slumberdb-core/build/poms/pom-default.xml

slumberdb/slumberdb-leveldb/build/poms/pom-default.xml

slumberdb/slumberdb-mysql/build/poms/pom-default.xml

slumberdb/slumberdb-service-model/build/poms/pom-default.xml

build/poms/pom-default.xml
build/
1 change: 0 additions & 1 deletion .gradle/2.3/taskArtifacts/cache.properties

This file was deleted.

Binary file removed .gradle/2.3/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file removed .gradle/2.3/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/2.3/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file removed .gradle/2.3/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file removed .gradle/2.3/taskArtifacts/taskArtifacts.bin
Binary file not shown.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java
before_install:
- chmod +x gradlew
install: true
script:
- ./gradlew build
jdk:
- oraclejdk7

- oraclejdk8

This file was deleted.

Loading

1 comment on commit 9bc6870

@automenta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

experiments with forked boon project here:
https://github.com/automenta/narchy/tree/skynet5/util/src/main/java/org/boon

i started by automatic IDE analyses for jdk9/jdk10, junit 5, and other small changes in gradual progress.

🎨 🔧

Please sign in to comment.