Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from paulerickson/master
Browse files Browse the repository at this point in the history
Remove custom repositories and cache dependencies during Travis CI build
  • Loading branch information
paulerickson authored Jul 13, 2016
2 parents a14c860 + 2825fe2 commit e817725
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: java
language: groovy
jdk:
- oraclejdk7
sudo: false

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ plugins {
subprojects {

group = 'edu.wisc.my.restproxy'
version = '2.1.3'
version = '2.1.4'

repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://code.doit.wisc.edu/maven/content/repositories/public-releases/" }
maven { url "https://code.doit.wisc.edu/maven/content/repositories/uw-releases/" }
maven { url "http://repo.maven.apache.org/maven2" }
mavenCentral()
}

apply plugin: 'groovy'
Expand Down

0 comments on commit e817725

Please sign in to comment.