Skip to content

kordamp/yguard-gradle-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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