Skip to content

Commit

Permalink
set new version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Zhuraulevich committed Sep 18, 2020
1 parent 3147178 commit 364e77d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.0
version=1.1
#org.gradle.java.home=/usr/lib/jvm/jdk-12/
2 changes: 1 addition & 1 deletion samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.github.zhurlik:gradle-jboss-modules:1.0'
classpath 'com.github.zhurlik:gradle-jboss-modules:1.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions samples/custom-jar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ configurations {
}

task test1Jar(type:Jar){
archiveName = "test1.jar"
archiveFileName = "test1.jar"
}

task test2Jar(type:Jar){
archiveName = "test2.jar"
archiveFileName = "test2.jar"
}

artifacts {
Expand Down

0 comments on commit 364e77d

Please sign in to comment.