Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove shapefile option from downloads.
  • Loading branch information
nickdos committed Aug 29, 2019
1 parent 4418ac3 commit f73271f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: groovy
jdk:
- oraclejdk8
- openjdk8
sudo: false
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.17"
}

version "3.2.0"
version "3.2.1-SNAPSHOT"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -99,7 +99,7 @@ dependencies {
// ALA Plugins
compile "org.grails.plugins:ala-auth:3.1.0", noCache
runtime "org.grails.plugins:ala-bootstrap3:3.2.0", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.0.7.1", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.0.8", noCache

if (!inplace) {
runtime "au.org.ala.plugins.grails:biocache-hubs:2.1.1", noCache
Expand Down

0 comments on commit f73271f

Please sign in to comment.