File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import org.gradle.api.tasks.testing.logging.TestLogEvent
22
33group = " com.osacky.flank.gradle"
4- version = " 0.17.5-SNAPSHOT "
4+ version = " 0.17.5"
55description = " Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
66
77repositories {
@@ -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-
7464val isReleaseBuild : Boolean = ! version.toString().endsWith(" SNAPSHOT" )
7565
7666val 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" ) {
Original file line number Diff line number Diff line change 44
55extra :
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
1111site_name : Fladle
You can’t perform that action at this time.
0 commit comments