Skip to content

Commit db190c1

Browse files
committed
Prepare 0.17.5 release
1 parent c735666 commit db190c1

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

fladle-plugin/build.gradle.kts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
group = "com.osacky.flank.gradle"
4-
version = "0.17.5-SNAPSHOT"
4+
version = "0.17.5"
55
description = "Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
66

77
repositories {
@@ -61,16 +61,6 @@ gradlePlugin {
6161
}
6262
}
6363

64-
tasks.register<Jar>("sourcesJar") {
65-
from(sourceSets.main.get().allSource)
66-
archiveClassifier.set("sources")
67-
}
68-
69-
tasks.register<Jar>("javadocJar") {
70-
from(tasks.javadoc)
71-
archiveClassifier.set("javadoc")
72-
}
73-
7464
val isReleaseBuild : Boolean = !version.toString().endsWith("SNAPSHOT")
7565

7666
val sonatypeUsername : String? by project
@@ -97,8 +87,6 @@ publishing {
9787
}
9888

9989
named<MavenPublication>("pluginMaven") {
100-
artifact(tasks["sourcesJar"])
101-
artifact(tasks["javadocJar"])
10290
pom.configureForFladle("Fladle")
10391
}
10492
named<MavenPublication>("fulladlePluginMarkerMaven") {

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
extra:
66
fladle:
7-
current_release: '0.17.4'
8-
next_release: '0.17.5'
7+
current_release: '0.17.5'
8+
next_release: '0.17.6'
99
flank_version: '23.10.1'
1010

1111
site_name: Fladle

0 commit comments

Comments
 (0)