io.github.season-max.privacy_sentry
Owner: season
gradle plugin for privacy sentry
https://github.com/season-max/zy_privacy_sentry
Sources: https://github.com/season-max/zy_privacy_sentry
Version 0.41 (latest)
0.41
Created 08 December 2022.
gradle plugin for privacy sentry
Using the plugins DSL:
plugins {
id("io.github.season-max.privacy_sentry") version "0.41"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.season-max:privacy-plugin:0.41")
}
}
apply(plugin = "io.github.season-max.privacy_sentry")
Using the plugins DSL:
plugins {
id "io.github.season-max.privacy_sentry" version "0.41"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.season-max:privacy-plugin:0.41"
}
}
apply plugin: "io.github.season-max.privacy_sentry"