Skip to content

Commit a6deb28

Browse files
committed
added javadoc and sources jars
1 parent 7560449 commit a6deb28

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:project-owner: redis-developer
44
:project-name: testcontainers-redis
55
:project-group: com.redislabs
6-
:project-version: 1.1.4
6+
:project-version: 1.1.6
77

88
image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/Build?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
99
image:https://img.shields.io/maven-central/v/{project-group}/{project-name}.svg[Download, link="https://search.maven.org/#search|ga|1|{project-name}"]

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ description = 'Testcontainers Redis'
1414
sourceCompatibility = '1.8'
1515
targetCompatibility = '1.8'
1616

17+
java {
18+
withJavadocJar()
19+
withSourcesJar()
20+
}
21+
1722
repositories {
1823
mavenLocal()
1924
mavenCentral()
@@ -39,7 +44,6 @@ dependencies {
3944
testImplementation 'com.redislabs:mesclun:1.3.3'
4045
testImplementation 'org.projectlombok:lombok:1.18.20'
4146
testAnnotationProcessor 'org.projectlombok:lombok:1.18.20'
42-
4347
}
4448

4549
test {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.1.6-SNAPSHOT
1+
version=1.1.7-SNAPSHOT

0 commit comments

Comments
 (0)