File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* Minimum required Gradle version is now 9.1
55* Fixed support for Android Gradle Plugin version 9.0.1
66
7+ ## 0.20.0
8+ * Minimum required Gradle version is now 9.1
9+ * Fixed support for Android Gradle Plugin version 9.0.1
10+
711## 0.19.0
812* Minimum required JVM version is now 17.
913* Minimum supported Gradle version is now 7.3.
Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ git tag v{{ fladle.next_release }}
3636git push origin v{{ fladle.next_release }}
3737```
3838
39- * Upload to Maven Central (this must run in two separate commands since they are from two different namespaces)
39+ * Upload to Maven Central (this must run in three separate commands since they are from three different namespaces)
4040``` bash
41- ./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
41+ ./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
42+ ./gradlew :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
4243./gradlew :fladle-plugin:publishPluginMavenPublicationToMavenCentralRepository -Pfladle.release
4344```
4445* Upload to Gradle Plugin Portal
@@ -47,7 +48,7 @@ git push origin v{{ fladle.next_release }}
4748```
4849
4950* Release to Maven Central
50- * Login to Maven Central Repository: [ https://central.sonatype.com/ ] ( https://oss .sonatype.com/ )
51+ * Login to Maven Central Repository: [ https://central.sonatype.com/ ] ( https://central .sonatype.com/ )
5152 * Click on ** Publish**
5253
5354* Merge the release branch to master
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.19.1-SNAPSHOT "
4+ version = " 0.20.0 "
55description = " Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
66
77repositories {
Original file line number Diff line number Diff line change 44
55extra :
66 fladle :
7- current_release : ' 0.19 .0'
8- next_release : ' 0.19 .1'
7+ current_release : ' 0.20 .0'
8+ next_release : ' 0.20 .1'
99 flank_version : ' 23.10.1'
1010
1111site_name : Fladle
You can’t perform that action at this time.
0 commit comments