You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mapbox-convention-plugin/src/main/kotlin/com/mapbox/maps/gradle/plugins/extensions/MapboxJApiCmpExtension.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,12 @@ public abstract class MapboxJApiCmpExtension @Inject constructor(objects: Object
94
94
95
95
val publishing = project.extensions.getByType(PublishingExtension::class.java)
96
96
val releasePublication = publishing.publications.named("release").get() asMavenPublication
97
+
val lastStableVersion = providers.gradleProperty("LAST_STABLE_VERSION").orNull
97
98
98
99
val versionToFetch =if (previousVersionProperty.isPresent) {
0 commit comments