Skip to content

Commit

Permalink
maven (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcar authored Feb 11, 2022
1 parent 4c9f12d commit 44dc345
Show file tree
Hide file tree
Showing 7 changed files with 351 additions and 119 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
prerelease: false
title: "${{ env.RELEASE_VERSION }}"
files: build/libs/*.jar

- name: Publish to Maven
run: ./gradlew publish
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Any Github changes require admin approval
/.github/** @GTNewHorizons/admin

14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ An add-on for Waila that adds information about the harvestability of what you a

[Minecraft Forum Thread](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1295067-waila-harvestability-how-can-i-harvest-what-im)

###Building
### Building

1. Clone this repository into a folder named WailaHarvestability
2. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the WailaHarvestability folder and execute: `gradle build`.
* If you don't have Gradle installed, you can use [ForgeGradle](http://www.minecraftforge.net/forum/index.php?topic=14048.0)'s gradlew/gradlew.bat instead
See [GTNH Development](https://gtnh.miraheze.org/wiki/Development) on how to build and contribute.

### License

GTNH Modifications Copyright (c) 2021-2022 The GTNH Team

In accordance with the original license, all modifications are released into the public domain - use this however you want, but please give back any modifications!

Original code Copyright (c) 2014-2015 [squeek](https://github.com/squeek502/WailaHarvestability/tree/1.7.10)
Loading

0 comments on commit 44dc345

Please sign in to comment.