File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ dependencies {
3333 implementation ' org.jetbrains:annotations:15.0'
3434}
3535
36+ sourceCompatibility = 1.8
37+ targetCompatibility = 1.8
38+
3639group = ' com.datadoghq'
37- version = ' 0.0.3 '
40+ version = ' 0.0.4 '
3841
3942allprojects {
4043 repositories {
@@ -51,14 +54,14 @@ publishing {
5154 from components. java
5255 groupId ' com.datadoghq'
5356 artifactId ' datadog-lambda-java'
54- version ' 0.0.3 '
57+ version ' 0.0.4 '
5558 }
5659 }
5760}
5861
5962bintray {
60- user = System . getenv(' BINTRAY_USER' )
61- key = System . getenv(' BINTRAY_API_TOKEN' )
63+ user = System . getenv(' BINTRAY_USER' )
64+ key = System . getenv(' BINTRAY_API_TOKEN' )
6265 publications = [' MyPublication' ]
6366 pkg {
6467 repo = ' datadog-maven'
@@ -67,9 +70,9 @@ bintray {
6770 licenses = [' Apache-2.0' ]
6871 vcsUrl = ' https://github.com/DataDog/datadog-lambda-java.git'
6972 version {
70- name = ' 0.0.3 '
73+ name = ' 0.0.4 '
7174 desc = ' Datadog Lambda Java runtime library'
72- vcsTag = ' 0.0.3 '
75+ vcsTag = ' 0.0.4 '
7376 attributes = [' gradle-plugin' : ' com.use.less:com.use.less.gradle:gradle-useless-plugin' ]
7477 }
7578 }
You can’t perform that action at this time.
0 commit comments