Skip to content

Commit

Permalink
Merge 49ebc4a into 703810c
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 18, 2020
2 parents 703810c + 49ebc4a commit 081cc44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,14 @@ subprojects { Project subproject ->
toolVersion = '1.2.1'
}

bintray {
publish = true
config {
bintray {
enabled = true
name = subproject.name
}
}
}


gradle.taskGraph.whenReady {
coveralls {
sourceDirs = subprojects.findAll { it.plugins.hasPlugin('java') } sourceSets.main.allSource.srcDirs.flatten()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
slug=agorapulse/micronaut-grails
group=com.agorapulse
micronautVersion = 1.2.10
micronautVersion = 1.2.11
gruVersion = 0.8.2
druVersion = 0.6.0
groovyVersion = 2.5.8
Expand Down
1 change: 0 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#Wed Mar 04 05:12:52 CET 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
Expand Down

0 comments on commit 081cc44

Please sign in to comment.