Skip to content

pedrox-hs/BountyHunter

 
 

Repository files navigation

Download

add jitpack to your main build.gradle repositories and BountyHunter to your dependencies with classpath

buildscript {
    repositories {
        maven { url 'https://jitpack.io' }
    }

    dependencies {
        classpath 'com.github.GabriellCosta:BountyHunter:$version'
    }
}

Configuration

Change the target branch

tracker {
    defaultBranch "master"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.6%
  • Shell 0.4%