Skip to content

Gradle plugin for obfuscating Java code with yGuard

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-yguard
Notifications You must be signed in to change notification settings

kordamp/yguard-gradle-plugin

Repository files navigation

yguard-gradle-plugin

Build Status ASL2 Licensed download donations Patreon orange


A Gradle plugin for yGuard

Usage

Option #1

buildscript {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
    dependencies {
        classpath 'org.kordamp.gradle:yguard-gradle-plugin:0.5.0'
    }
}
apply plugin: 'org.kordamp.gradle.yguard'

Option #2

plugins {
    id 'org.kordamp.gradle.yguard' version '0.5.0'
}

Refer to the guide for further information on configuration and usage.

Requirements

  • Java 8

  • Gradle 6+

About

Gradle plugin for obfuscating Java code with yGuard

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-yguard

Stars

Watchers

Forks

Languages