Skip to content

Commit

Permalink
Licensee 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Sep 21, 2023
1 parent 12af5b3 commit e81af46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ android-gradle = "8.1.1"
ksp="1.9.10-1.0.13"
anvil = "2.4.8"
moshix = "0.24.3"
paparazzi = "1.2.1-fl01"
licensee = "1.7.0"
licensee = "1.8.0-SNAPSHOT"
crashlytics-gradle = "2.9.8"
dependency-analysis = "1.21.0"
bestpractices = "0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public abstract class UpdateLicensesTask : Copy() {
if (line.contains("\"version\": \"")) "" else line
}

task.dependsOn("licenseeRelease")
task.dependsOn("licenseeAndroidRelease")
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.freeletics.gradle.plugin.SettingsExtension

pluginManagement {
repositories {
exclusiveContent {
Expand Down Expand Up @@ -32,4 +34,8 @@ plugins {
id("com.freeletics.gradle.settings").version("0.6.1")
}

configure<SettingsExtension> {
snapshots()
}

rootProject.name = "freeletics-gradle-plugins"

0 comments on commit e81af46

Please sign in to comment.