Skip to content

Commit b353f5c

Browse files
committed
Added travis specific build file to prevent nexus errors
1 parent 6292e22 commit b353f5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: java
2-
script: gradle build
2+
script: gradle -b travis-build.gradle build
33
install: true

travis-build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group 'com.cameraforensics'
2+
version '0.1.0'
3+
4+
apply plugin: 'java'
5+
apply plugin: 'java'
6+
7+
sourceCompatibility = JavaVersion.VERSION_1_7
8+

0 commit comments

Comments
 (0)