Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Feature/back up command (#55)
Browse files Browse the repository at this point in the history
Ported backup lambda to be a CLI command
  • Loading branch information
fieldju authored Jul 17, 2017
1 parent d546dff commit 68948bc
Show file tree
Hide file tree
Showing 24 changed files with 1,461 additions and 1,165 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
allprojects {
apply plugin: 'idea'
apply plugin: 'maven'
apply plugin: 'nebula.dependency-lock'
apply plugin: 'application'
apply plugin: "com.github.johnrengelman.shadow"
}
Expand All @@ -17,7 +16,7 @@ apply from: file('gradle/integration.gradle')
mainClassName = 'com.nike.cerberus.cli.CerberusRunner'

task wrapper (type: Wrapper) {
gradleVersion = '2.14'
gradleVersion = '3.4'
}

/*
Expand Down
Loading

0 comments on commit 68948bc

Please sign in to comment.