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

Commit aa6680f

Browse files
committed
Update build and Travis conf
1 parent 7bee21c commit aa6680f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
sudo: required
2-
dist: trusty
31
language: java
42
jdk:
53
- oraclejdk8
6-
install:
7-
# - scripts/init-neo4j.sh
8-
- scripts/get-reactive-driver.sh
94
notifications:
105
slack: ftsrg:8yjVb8nJs5WtLkpuM4MZVB9J
116
on_success: change

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ subprojects {
1616
targetCompatibility = 1.8
1717

1818
repositories {
19-
mavenLocal()
19+
// mavenLocal()
2020
jcenter()
21+
maven { url "http://docs.inf.mit.bme.hu/ingraph-deps" }
2122
}
2223
}
2324

0 commit comments

Comments
 (0)