Skip to content

Commit

Permalink
TOOLS-1253: (PACKAGING) Modify environment setup to support Java 8. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbpatre authored Jul 25, 2019
1 parent 94ebb2f commit 8b5824a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: aerospike-loader

container:
- base:
- docker.qe.aerospike.com/build/aerospike-client-java:openjdk-8

build:
- name: build
script:
- mvn package -f pom.xml -DskipTests
artifact:
- target/aerospike-load-*-jar-with-dependencies.jar

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>4.4.0</version>
<version>4.4.3</version>
</dependency>
<!-- Apache command line parser. -->
<dependency>
Expand Down

0 comments on commit 8b5824a

Please sign in to comment.