-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed conflicts from shadowJar - Removed jChroma from settings.gradle - Removed the unused curseforge publish plugin - Set project name to chromatic - Set source and target compatibility to Java 17
- Loading branch information
1 parent
f0cf675
commit e69f22d
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ jobs: | |
name: Chromatic ${{ steps.tag.outputs.tag }} | ||
version: ${{ steps.tag.outputs.tag }} | ||
changelog-file: CHANGELOG.md | ||
files: "Chromatic Release/Chromatic-${{ steps.tag.outputs.version }}.jar" | ||
files: "Chromatic Release/chromatic-${{ steps.tag.outputs.version }}.jar" | ||
- uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ pluginManagement { | |
} | ||
} | ||
|
||
include 'lib:JChroma' | ||
rootProject.name = 'chromatic' |