Skip to content

Commit 32d1a25

Browse files
author
chris.agocs
committed
Version bump
1 parent 1f961c9 commit 32d1a25

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build.gradle

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
3639
group = 'com.datadoghq'
37-
version = '0.0.3'
40+
version = '0.0.4'
3841

3942
allprojects {
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

5962
bintray {
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
}

0 commit comments

Comments
 (0)