Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Update build and Travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Feb 28, 2017
1 parent 7bee21c commit aa6680f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
sudo: required
dist: trusty
language: java
jdk:
- oraclejdk8
install:
# - scripts/init-neo4j.sh
- scripts/get-reactive-driver.sh
notifications:
slack: ftsrg:8yjVb8nJs5WtLkpuM4MZVB9J
on_success: change
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ subprojects {
targetCompatibility = 1.8

repositories {
mavenLocal()
// mavenLocal()
jcenter()
maven { url "http://docs.inf.mit.bme.hu/ingraph-deps" }
}
}

Expand Down

0 comments on commit aa6680f

Please sign in to comment.