Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 18, 2018
1 parent 42c3663 commit ff32cd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ plugins {
id 'distribution'
}

subprojects {
allprojects {
version '1.0'
}

subprojects {
apply plugin: 'java'

sourceCompatibility = 1.8
Expand Down

0 comments on commit ff32cd3

Please sign in to comment.