Skip to content

Commit

Permalink
Merge pull request #495 from nebhale/project-version
Browse files Browse the repository at this point in the history
Extract Project Version
  • Loading branch information
Ryland Degnan authored May 9, 2018
2 parents 1844bac + a0be6ad commit 325f07f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ plugins {
id 'io.morethan.jmhreport' version '0.7.0' apply false
}

allprojects {
version = hasProperty('version') ? property('version') : '0.11.0.BUILD-SNAPSHOT'
}

subprojects {
apply plugin: 'io.spring.dependency-management'

Expand Down
14 changes: 14 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=0.11.0.BUILD-SNAPSHOT

0 comments on commit 325f07f

Please sign in to comment.