Skip to content

Commit cd2cc13

Browse files
Gradle 5: java plugin adds jar artifact.
1 parent 4ab4f11 commit cd2cc13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

objectbox-java-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ task sourcesJar(type: Jar) {
2828
}
2929

3030
artifacts {
31-
archives jar
31+
// java plugin adds jar.
3232
archives javadocJar
3333
archives sourcesJar
3434
}

objectbox-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ task sourcesJar(type: Jar) {
6363
}
6464

6565
artifacts {
66-
archives jar
66+
// java plugin adds jar.
6767
archives javadocJar
6868
archives sourcesJar
6969
}

objectbox-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ task sourcesJar(type: Jar) {
3636
}
3737

3838
artifacts {
39-
archives jar
39+
// java plugin adds jar.
4040
archives javadocJar
4141
archives sourcesJar
4242
}

objectbox-rxjava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ task sourcesJar(type: Jar) {
3737
}
3838

3939
artifacts {
40-
archives jar
40+
// java plugin adds jar.
4141
archives javadocJar
4242
archives sourcesJar
4343
}

0 commit comments

Comments
 (0)