File tree Expand file tree Collapse file tree 5 files changed +1
-37
lines changed Expand file tree Collapse file tree 5 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ifdef::env-github[]
12
12
endif::[]
13
13
:link-appmattus: https://github.com/appmattus/kotlinfixture[KotlinFixture]
14
14
15
- https://bintray.com/appmattus/ maven/ fixture/ _latestVersion [image:https://api.bintray.com/packages/appmattus/ maven/fixture/images/download.svg[Download ]]
15
+ https://search. maven.org/search?q=g:com.appmattus. fixture[image:https://img.shields.io/ maven-central/v/com.appmattus.fixture/fixture[Maven Central ]]
16
16
https://github.com/appmattus/kotlinfixture/actions[image:https://github.com/appmattus/kotlinfixture/workflows/CI/badge.svg[CI status]]
17
17
https://codecov.io/gh/appmattus/kotlinfixture[image:https://codecov.io/gh/appmattus/kotlinfixture/branch/main/graph/badge.svg[Coverage status]]
18
18
link:LICENSE.md[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
Original file line number Diff line number Diff line change @@ -55,15 +55,6 @@ tasks.withType<KotlinCompile> {
55
55
kotlinOptions.jvmTarget = JavaVersion .VERSION_1_8 .toString()
56
56
}
57
57
58
- // Fix lack of source code when publishing pure Kotlin projects
59
- // See https://github.com/novoda/bintray-release/issues/262
60
- tasks.whenTaskAdded {
61
- if (name == " generateSourcesJarForMavenPublication" ) {
62
- this as Jar
63
- from(sourceSets.main.get().allSource)
64
- }
65
- }
66
-
67
58
tasks.named(" check" ) {
68
59
finalizedBy(rootProject.tasks.named(" detekt" ))
69
60
finalizedBy(rootProject.tasks.named(" markdownlint" ))
Original file line number Diff line number Diff line change @@ -60,15 +60,6 @@ tasks.withType<KotlinCompile> {
60
60
kotlinOptions.jvmTarget = JavaVersion .VERSION_1_8 .toString()
61
61
}
62
62
63
- // Fix lack of source code when publishing pure Kotlin projects
64
- // See https://github.com/novoda/bintray-release/issues/262
65
- tasks.whenTaskAdded {
66
- if (name == " generateSourcesJarForMavenPublication" ) {
67
- this as Jar
68
- from(sourceSets.main.get().allSource)
69
- }
70
- }
71
-
72
63
tasks.named(" check" ) {
73
64
finalizedBy(rootProject.tasks.named(" detekt" ))
74
65
finalizedBy(rootProject.tasks.named(" markdownlint" ))
Original file line number Diff line number Diff line change @@ -55,15 +55,6 @@ tasks.withType<KotlinCompile> {
55
55
kotlinOptions.jvmTarget = JavaVersion .VERSION_1_8 .toString()
56
56
}
57
57
58
- // Fix lack of source code when publishing pure Kotlin projects
59
- // See https://github.com/novoda/bintray-release/issues/262
60
- tasks.whenTaskAdded {
61
- if (name == " generateSourcesJarForMavenPublication" ) {
62
- this as Jar
63
- from(sourceSets.main.get().allSource)
64
- }
65
- }
66
-
67
58
tasks.named(" check" ) {
68
59
finalizedBy(rootProject.tasks.named(" detekt" ))
69
60
finalizedBy(rootProject.tasks.named(" markdownlint" ))
Original file line number Diff line number Diff line change @@ -66,15 +66,6 @@ tasks.withType<KotlinCompile> {
66
66
kotlinOptions.jvmTarget = JavaVersion .VERSION_1_8 .toString()
67
67
}
68
68
69
- // Fix lack of source code when publishing pure Kotlin projects
70
- // See https://github.com/novoda/bintray-release/issues/262
71
- tasks.whenTaskAdded {
72
- if (name == " generateSourcesJarForMavenPublication" ) {
73
- this as Jar
74
- from(sourceSets.main.get().allSource)
75
- }
76
- }
77
-
78
69
tasks.named(" check" ) {
79
70
finalizedBy(rootProject.tasks.named(" detekt" ))
80
71
finalizedBy(rootProject.tasks.named(" markdownlint" ))
You can’t perform that action at this time.
0 commit comments