Skip to content

Commit

Permalink
update version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jun 20, 2015
1 parent 7a63145 commit 975c819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

subprojects {
apply plugin: "java"

group = "eu.lestard"
version = "0.2"

sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
3 changes: 0 additions & 3 deletions fluxfx/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apply plugin: "java"
apply plugin: "maven"

group = "eu.lestard"
version = "0.1"

apply from: "maven_upload.gradle"

repositories {
Expand Down

0 comments on commit 975c819

Please sign in to comment.