@@ -79,7 +79,7 @@ repositories {
7979 mavenCentral()
8080}
8181
82- sourceCompatibility = 1.8
82+ sourceCompatibility = 1.6
8383group = ' org.beryx'
8484version = hbsHelpersVersion
8585
@@ -116,17 +116,17 @@ dependencies {
116116 compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.20'
117117 compile group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.1.7'
118118 compile ' com.github.jknack:handlebars:4.0.5'
119-
119+
120120 provided ' com.google.code.findbugs:findbugs-annotations:3.0.1'
121-
121+
122122 testCompile ' org.yaml:snakeyaml:1.17'
123123 testCompile(' org.spockframework:spock-core:1.0-groovy-2.4' ) {
124124 exclude module : ' groovy-all'
125125 }
126126 testCompile ' cglib:cglib-nodep:3.2.1'
127127 testCompile ' org.objenesis:objenesis:2.2'
128128 testCompile(' com.athaydes:spock-reports:1.2.10' ) { transitive = false }
129-
129+
130130}
131131
132132sourceSets. main. compileClasspath + = configurations. provided
@@ -348,22 +348,22 @@ gradle.taskGraph.whenReady { taskGraph ->
348348bintray {
349349 user = project. hasProperty(' bintrayUser' ) ? project. getProperty(' bintrayUser' ) : " unknownUser"
350350 key = project. hasProperty(' bintrayKey' ) ? project. getProperty(' bintrayKey' ) : " unknownKey"
351- publications = [" handlebars-java-helpers " ]
351+ publications = [" hbsHelpers " ]
352352 pkg {
353353 repo = ' maven'
354354 name = ' handlebars-java-helpers'
355355 userOrg = ' beryx'
356356 licenses = [' Apache-2.0' ]
357357 vcsUrl = ' https://github.com/beryx/handlebars-java-helpers.git'
358-
358+
359359 version {
360360 name = hbsHelpersVersion
361361 desc = " Handlebars.java Helpers $hbsHelpersVersion "
362- released = new Date (). format(" yyyy-MM-dd'T'HH:mm:ss.SSSZZ" )
362+ released = new Date (). format(" yyyy-MM-dd'T'HH:mm:ss.SSSZZ" )
363363 vcsTag = hbsHelpersVersion
364364 gpg {
365365 sign = true
366366 }
367- }
367+ }
368368 }
369369}
0 commit comments