Skip to content

Commit

Permalink
Update buildscript, fix #43.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 23, 2023
1 parent ed934dd commit 5073512
Show file tree
Hide file tree
Showing 83 changed files with 428 additions and 434 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [ 17, 20 ]
java: [ 17, 21 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions HEADER
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Copyright © ${YEAR} LambdAurora <[email protected]>
Copyright © ${CREATION_YEAR} LambdAurora <[email protected]>

This file is part of SpruceUI.

Licensed under the MIT license. For more information,
see the LICENSE file.

;;year_selection: file
;;year_display: lenient_range
#year_selection file
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '1.3.+'
id 'io.github.juuxel.loom-vineflower' version '1.11.+'
id 'org.quiltmc.gradle.licenser' version '2.0.+'
id 'fabric-loom' version '1.4.+'
id 'dev.yumi.gradle.licenser' version '1.0.+'
id 'java-library'
id 'maven-publish'
}
Expand Down Expand Up @@ -126,7 +125,6 @@ build.dependsOn remapTestmodJar

license {
rule file('HEADER')
include '**/*.java'
}

// configure the maven publication
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/Position.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/SpruceTexts.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/Tooltip.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/Tooltipable.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/border/Border.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2023 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/hud/Hud.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/hud/HudManager.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2023 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2023 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/util/ColorUtil.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/lambdaurora/spruceui/util/Nameable.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2023 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2023 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2022 LambdAurora <[email protected]>
* Copyright © 2020 LambdAurora <[email protected]>
*
* This file is part of SpruceUI.
*
Expand Down
Loading

0 comments on commit 5073512

Please sign in to comment.