Skip to content

Commit

Permalink
Update lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Aug 8, 2024
1 parent 48cb47d commit 35a441d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ Discord or building it yourself. Here's how to build it yourself:

First, you'll need to clone the repo either using the Git command:<br />
`git clone git@github.com:cjburkey01/ClaimChunk.git`<br />
or downloading the repository source using the button above that says "Clone or download".
or downloading the repository source using the button shown below (Or you can click the image!):

[![ClaimChunk Logo](imgs/github-download-source.png)](https://github.com/cjburkey01/ClaimChunk/archive/refs/heads/main.zip)

Once you have obtained the repo, inside the local repository, you'll just need to execute this Gradle Wrapper command:
* `./gradlew build` for Unix/Mac
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
java

id("de.undercouch.download") version "5.6.0"
id("io.freefair.lombok") version "8.6"
id("io.freefair.lombok") version "8.7.1"
// Including dependencies in final jar
id("io.github.goooler.shadow") version "8.1.8"
id("com.vanniktech.maven.publish") version "0.29.0"
Expand Down
Binary file added imgs/github-download-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion unbuilt_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ Discord or building it yourself. Here's how to build it yourself:

First, you'll need to clone the repo either using the Git command:<br />
`git clone git@github.com:cjburkey01/ClaimChunk.git`<br />
or downloading the repository source using the button above that says "Clone or download".
or downloading the repository source using the button shown below (Or you can click the image!):

[![ClaimChunk Logo](imgs/github-download-source.png)](https://github.com/cjburkey01/ClaimChunk/archive/refs/heads/main.zip)

Once you have obtained the repo, inside the local repository, you'll just need to execute this Gradle Wrapper command:
* `./gradlew build` for Unix/Mac
Expand Down

0 comments on commit 35a441d

Please sign in to comment.