Skip to content

MJaroslav/BON2

 
 

Repository files navigation

BON2

A fork of Immibis's bearded-octo-nemesis from another fork by FIXxp/BON2.

GitHub issues GitHub forks GitHub stars GitHub license JitPack JitCI status GitHub CI test status

Fork changes

  • Gradle wrapper version bumped from 5.6.4 to 7.5.1
  • Using of this .gitignore
  • Group and packaged changed to io.github.mjaroslav for avoiding conflicts (this fork not for pull requests to main)
  • build.gradle redacted:
    • Uses shadow plugin instead of fatJar (with all classifier)
    • Configured maven-publish plugin (uses jar, sourceJar and shadowJar artifacts)
    • jar now not used bin classifier
    • Version hardcoded and will be bumped manually
  • Added configuration for jitpack.io
  • Added application exit shortcut: Ctrl + Q
  • Replaced GitHub action file for just testing

Usage as library

Add JitPack to your repositories:

repositories {
    maven {
        name 'JitPack'
        url 'https://jitpack.io/
    }
    mavenCentral() // If libraries can't be resolved
}

And add BON2 to dependencies:

dependencies {
    implementation 'com.github.MJaroslav:BON2:master-SNAPSHOT'
     // master-SNAPSHOT is a latest commit version, but you can use version from GitHub Releases
}

Building

Just clone repository, checkout to this branch and run ./gradlew build.

Post Scriptum

Feel free to correct typos and errors in the text or code :)