File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Include the following dependency in your `pom.xml`
33
33
<dependency >
34
34
<groupId >com.datadoghq</groupId >
35
35
<artifactId >datadog-lambda-java</artifactId >
36
- <version >0.0.3 </version >
36
+ <version >0.0.4 </version >
37
37
<type >pom</type >
38
38
</dependency >
39
39
```
@@ -48,7 +48,7 @@ repositories {
48
48
}
49
49
50
50
dependencies {
51
- implementation 'com.datadoghq:datadog-lambda-java:0.0.3 '
51
+ implementation 'com.datadoghq:datadog-lambda-java:0.0.4 '
52
52
}
53
53
```
54
54
Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ dependencies {
33
33
implementation ' org.jetbrains:annotations:15.0'
34
34
}
35
35
36
+ sourceCompatibility = 1.8
37
+ targetCompatibility = 1.8
38
+
36
39
group = ' com.datadoghq'
37
- version = ' 0.0.3 '
40
+ version = ' 0.0.4 '
38
41
39
42
allprojects {
40
43
repositories {
@@ -51,14 +54,14 @@ publishing {
51
54
from components. java
52
55
groupId ' com.datadoghq'
53
56
artifactId ' datadog-lambda-java'
54
- version ' 0.0.3 '
57
+ version ' 0.0.4 '
55
58
}
56
59
}
57
60
}
58
61
59
62
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' )
62
65
publications = [' MyPublication' ]
63
66
pkg {
64
67
repo = ' datadog-maven'
@@ -67,9 +70,9 @@ bintray {
67
70
licenses = [' Apache-2.0' ]
68
71
vcsUrl = ' https://github.com/DataDog/datadog-lambda-java.git'
69
72
version {
70
- name = ' 0.0.3 '
73
+ name = ' 0.0.4 '
71
74
desc = ' Datadog Lambda Java runtime library'
72
- vcsTag = ' 0.0.3 '
75
+ vcsTag = ' 0.0.4 '
73
76
attributes = [' gradle-plugin' : ' com.use.less:com.use.less.gradle:gradle-useless-plugin' ]
74
77
}
75
78
}
You can’t perform that action at this time.
0 commit comments