Skip to content

Commit

Permalink
Prepare 0.17.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Jun 13, 2024
1 parent c735666 commit db190c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions fladle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.api.tasks.testing.logging.TestLogEvent

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

repositories {
Expand Down Expand Up @@ -61,16 +61,6 @@ gradlePlugin {
}
}

tasks.register<Jar>("sourcesJar") {
from(sourceSets.main.get().allSource)
archiveClassifier.set("sources")
}

tasks.register<Jar>("javadocJar") {
from(tasks.javadoc)
archiveClassifier.set("javadoc")
}

val isReleaseBuild : Boolean = !version.toString().endsWith("SNAPSHOT")

val sonatypeUsername : String? by project
Expand All @@ -97,8 +87,6 @@ publishing {
}

named<MavenPublication>("pluginMaven") {
artifact(tasks["sourcesJar"])
artifact(tasks["javadocJar"])
pom.configureForFladle("Fladle")
}
named<MavenPublication>("fulladlePluginMarkerMaven") {
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

extra:
fladle:
current_release: '0.17.4'
next_release: '0.17.5'
current_release: '0.17.5'
next_release: '0.17.6'
flank_version: '23.10.1'

site_name: Fladle
Expand Down

0 comments on commit db190c1

Please sign in to comment.