Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Problem: Need next release build for test
Browse files Browse the repository at this point in the history
Solution: Bump version
  • Loading branch information
msteinhoff committed Dec 29, 2016
1 parent e251f00 commit 12d9657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'
group = 'io.github.msteinhoff'
description = 'A set of classes to use a gRPC server in a Dropwizard service.'
version = '1.0.0-2-SNAPSHOT'
version = '1.0.0-2'

def forceRelease = (project.hasProperty('forceRelease') && project.forceRelease.toBoolean())
def isSnapshotVersion = (version == 'unspecified' || version.endsWith('-SNAPSHOT'))
Expand Down

0 comments on commit 12d9657

Please sign in to comment.