Commit Graph

281 Commits

Author SHA1 Message Date
FlorianMichael
bba8f64d5d
Mark NeoForge as supported on >= 1.20.6 & 1.20.1 2025-02-12 16:14:10 +01:00
dependabot[bot]
8484a959ba
Bump io.netty:netty-all from 4.1.117.Final to 4.1.118.Final (#160)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.117.Final to 4.1.118.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.118.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 14:05:14 +01:00
dependabot[bot]
e49cc707fb
Bump xyz.wagyourtail.jvmdowngrader:gradle-plugin from 1.0.1 to 1.2.2 (#159)
Bumps [xyz.wagyourtail.jvmdowngrader:gradle-plugin](https://github.com/unimined/JvmDowngrader) from 1.0.1 to 1.2.2.
- [Release notes](https://github.com/unimined/JvmDowngrader/releases)
- [Commits](https://github.com/unimined/JvmDowngrader/compare/1.0.1...1.2.2)

---
updated-dependencies:
- dependency-name: xyz.wagyourtail.jvmdowngrader:gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 19:54:21 +01:00
dependabot[bot]
83d6e54b3a
Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.5 to 8.3.6 (#158)
Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow:shadow-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 16:31:29 +01:00
FlorianMichael
de5ee24d2c Auto: Gradle 8.12.1 2025-01-24 15:44:23 +01:00
FlorianMichael
5c5fe8620e
Add dummy 1.8 submodule for auto publishing 2025-01-21 12:30:20 +01:00
FlorianMichael
00eab659b0
4.0.0 Release 2025-01-20 18:45:03 +01:00
FlorianMichael
f52485043a
Fix output jar in publishMods task 2025-01-20 18:39:50 +01:00
Howard ZHY
e01c4409c2
Add support for MC 1.20.1 (#156) 2025-01-20 18:19:14 +01:00
FlorianMichael
ae50617907
Set correct source/target java versions
Co-authored-by: Howard ZHY <96782166+howardzhy@users.noreply.github.com>
2025-01-20 18:07:22 +01:00
FlorianMichael
379546abf2
Update mod description 2025-01-20 17:11:37 +01:00
FlorianMichael
7ddf52f240
Fix formatting 2025-01-20 17:10:14 +01:00
Howard ZHY
b7dfb38927
Add NeoForge support in 1.20.6+ versions (#153) 2025-01-20 09:33:33 +01:00
FlorianMichael
2ccd4e3133
Fix GH workflow output 2025-01-19 18:01:42 +01:00
FlorianMichael
6c42c664ac
Use correct publishing jar 2025-01-19 15:35:27 +01:00
FlorianMichael
82f4b85708
Fix java versions in publishing script
Co-authored-by: Howard ZHY <96782166+howardzhy@users.noreply.github.com>
2025-01-19 15:09:52 +01:00
FlorianMichael
288428749f
Set clientRequired=true in publishing script 2025-01-19 12:07:12 +01:00
FlorianMichael
dd7e64430b
3.10.0 Release 2025-01-19 11:44:11 +01:00
FlorianMichael
58bf154ca1
Workaround FG issues 2025-01-19 11:44:04 +01:00
FlorianMichael
837f7fd871
Remove broken on ground fix 2025-01-19 11:28:23 +01:00
FlorianMichael
b153a5b623
Always have mixins present as annotation processor 2025-01-19 11:26:17 +01:00
FlorianMichael
a386bd0a74
Change publishing details 2025-01-19 11:23:22 +01:00
FlorianMichael
c267b9a655
Setup mod publishing plugin 2025-01-18 23:37:20 +01:00
FlorianMichael
8d48c03863
[ci skip] Update versions in README.md 2025-01-18 20:57:24 +01:00
FlorianMichael
b15cd55626
Fix 1.20.6 version 2025-01-18 20:55:52 +01:00
FlorianMichael
d63d1b753c
Handle netty changes as well 2025-01-18 20:42:31 +01:00
FlorianMichael
e9e8471711
Fix reobf=false on 1.12.4 platform 2025-01-18 16:00:03 +01:00
FlorianMichael
dda5e424ab
Exclude mixin library by not calling library() task instead of jar editing 2025-01-18 15:21:06 +01:00
FlorianMichael
f7041730a9
Fill out MANIFEST attributes correctly 2025-01-18 15:20:01 +01:00
FlorianMichael
576ca8e906
Only include netty in root project 2025-01-18 15:19:34 +01:00
FlorianMichael
4e2c67db64
Add support for MC 1.21.4 2025-01-18 15:14:07 +01:00
FlorianMichael
6894451d65
[ci skip] Add some comments to the build files 2025-01-18 14:53:41 +01:00
FlorianMichael
d4dcf31fce
Always include slf4j, relocate to our own package 2025-01-18 14:46:05 +01:00
FlorianMichael
4f2eded23f
Update Via* libraries 2025-01-18 14:24:16 +01:00
dependabot[bot]
291c31fd00
Bump io.netty:netty-all from 4.1.116.Final to 4.1.117.Final (#151)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.116.Final to 4.1.117.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.116.Final...netty-4.1.117.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 15:16:36 +01:00
FlorianMichael
dc71121ee4 Auto: 2025 2025-01-01 01:07:59 +01:00
FlorianMichael
2d6a53cb8d Auto: Gradle 8.12 2024-12-22 02:12:08 +01:00
dependabot[bot]
66bb0acf79
Bump io.netty:netty-all from 4.1.115.Final to 4.1.116.Final (#142)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.115.Final to 4.1.116.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 13:21:32 +01:00
FlorianMichael
9a55272d40 Auto: Migrate to setup-gradle action 2024-12-17 00:29:36 +01:00
FlorianMichael
9d75c110c4
Do not persist credentials 2024-12-15 18:07:25 +01:00
Kichura
9cf097d85a
Revert JVMDowngrader to 1.0.1. (#140) 2024-12-12 23:02:42 +01:00
EnZaXD
0b70e6424b
Bump version to 3.9.1-SNAPSHOT 2024-12-12 23:02:24 +01:00
FlorianMichael
00fff7c486
Release 3.9.0 2024-12-06 17:27:04 +01:00
FlorianMichael
491ac35d95
Update Via* libraries 2024-12-06 17:27:04 +01:00
dependabot[bot]
7d56da203c
Bump org.gradle.toolchains.foojay-resolver-convention (#137)
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0.

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 15:07:54 +01:00
github-actions[bot]
7ef0b3abcc
Update Gradle Wrapper from 8.11 to 8.11.1 (#136)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-11-24 02:11:04 +01:00
github-actions[bot]
18192736f8
Update Gradle Wrapper from 8.10.2 to 8.11 (#134)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-11-14 23:16:44 +01:00
dependabot[bot]
c333f18f2f
Bump io.netty:netty-all from 4.1.114.Final to 4.1.115.Final (#133)
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-13 13:38:08 +01:00
dependabot[bot]
28af866efd
Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.4 to 8.3.5 (#131)
Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow:shadow-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 20:06:29 +01:00
FlorianMichael
6ecdfe9be3
Bump version to 3.8.1-SNAPSHOT 2024-11-01 20:44:38 +01:00