Juuz
02a29e41e7
Publish 1.9
2024-12-07 16:24:56 +02:00
Juuz
36f1992430
Publish 1.7
2024-07-02 19:32:46 +03:00
Juuz
4944d0f799
Remove special casing of Java 21 test
2024-07-01 20:06:38 +03:00
Jab125
9e4a70f742
Fix Forge 50 (1.20.6) ( #219 )
...
Co-authored-by: shedaniel <daniel@shedaniel.me >
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com >
2024-07-01 20:04:40 +03:00
Juuz
7dbd3c62e5
Disable exp publish by making it manual
2024-07-01 20:02:32 +03:00
Juuz
6f463e9751
Merge 1.7, part 4
2024-07-01 20:01:06 +03:00
Juuz
a0d33732a3
Merge 1.7, part 3
2024-07-01 19:55:25 +03:00
Juuz
6f08fa51ec
Merge 1.7, part 1
2024-07-01 19:20:21 +03:00
modmuss
097fd98fc9
Update to Gradle 8.8 ( #1125 )
2024-06-14 08:49:47 +01:00
modmuss50
6c7ef44489
Publish experimental versions to maven
2024-05-17 17:19:25 +01:00
modmuss
b8da4e5498
Update dependencies ( #1089 )
...
* Update depedencies
* Fix Gradle 9 deprecation warning
* No need for the shadow jar plugin
2024-04-15 15:12:49 +01:00
shedaniel
6497070b19
Publish and mark Loom 1.6 as beta
2024-04-05 00:18:09 +09:00
shedaniel
3347cfdd4a
Merge remote-tracking branch 'FabricMC/exp/1.6' into exp/1.6
...
# Conflicts:
# .github/workflows/publish.yml
# build.gradle
# gradle/libs.versions.toml
# src/main/java/net/fabricmc/loom/LoomGradleExtension.java
# src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java
# src/main/java/net/fabricmc/loom/configuration/ifaceinject/InterfaceInjectionProcessor.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionApiImpl.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionImpl.java
# src/main/java/net/fabricmc/loom/task/GenVsCodeProjectTask.java
# src/test/resources/projects/kotlin/build.gradle.kts
2024-02-29 18:57:33 +09:00
modmuss
0dc1ba012a
Update deps ( #1054 )
2024-02-24 15:04:56 +00:00
modmuss50
cfba0b18cd
Update wrapper validation task
2024-02-19 22:10:38 +00:00
modmuss
8250b509a4
Prepare for SelfResolvingDependency's removal & Update to Gradle 8.6 ( #1038 )
...
* Prepare for SelfResolvingDependency's removal
Update to Gradle 8.6
* Update docker images
* ProjectDependency is also a SRD
* Throw if layered mappings are created too late.
2024-02-03 23:26:33 +00:00
shedaniel
2a243b290c
Remove build number step
2024-01-26 15:29:49 +09:00
shedaniel
201600978b
Publish Loom 1.5 Betas
2024-01-26 01:07:35 +09:00
shedaniel
beb04d30f2
Merge remote-tracking branch 'FabricMC/exp/1.5' into exp/1.5
...
# Conflicts:
# .github/workflows/publish.yml
# gradle/libs.versions.toml
# src/main/java/net/fabricmc/loom/LoomGradleExtension.java
# src/main/java/net/fabricmc/loom/api/LoomGradleExtensionAPI.java
# src/main/java/net/fabricmc/loom/build/nesting/IncludedJarFactory.java
# src/main/java/net/fabricmc/loom/configuration/decompile/SingleJarDecompileConfiguration.java
# src/main/java/net/fabricmc/loom/configuration/providers/mappings/tiny/TinyJarInfo.java
# src/main/java/net/fabricmc/loom/configuration/providers/minecraft/mapped/AbstractMappedMinecraftProvider.java
# src/main/java/net/fabricmc/loom/configuration/providers/minecraft/mapped/ProcessedNamedMinecraftProvider.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionApiImpl.java
# src/main/java/net/fabricmc/loom/task/RemapTaskConfiguration.java
# src/test/groovy/net/fabricmc/loom/test/unit/kotlin/KotlinRemapperClassloaderTest.groovy
2023-12-26 18:39:12 +08:00
J.T. McQuigg
3df66d612a
Update Github Actions ( #997 )
2023-12-09 22:14:33 +00:00
modmuss
b987b4e711
Always use unix line endings on windows ( #986 )
...
* Always use unix line endings on windows
* Also run checks on windows.
* Fix binary files :)
2023-11-23 22:36:57 +00:00
Juuz
63b47619ec
test-push: Remove test reporting
2023-11-17 18:26:44 +02:00
shedaniel
31147018be
Publish 1.4 beta builds
2023-10-24 11:23:40 +08:00
shedaniel
649bbcaf55
Merge remote-tracking branch 'upstream/exp/1.4' into exp/1.4
...
# Conflicts:
# .gitignore
# build.gradle
# settings.gradle
# src/main/java/net/fabricmc/loom/api/LoomGradleExtensionAPI.java
# src/main/java/net/fabricmc/loom/configuration/LoomConfigurations.java
# src/main/java/net/fabricmc/loom/configuration/mods/ModProcessor.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionApiImpl.java
# src/main/java/net/fabricmc/loom/task/service/JarManifestService.java
# src/main/java/net/fabricmc/loom/task/service/TinyRemapperService.java
# src/main/java/net/fabricmc/loom/util/Constants.java
2023-09-23 16:11:29 +08:00
modmuss
3a090917ff
Update to Gradle 8.3, and update all other deps. ( #946 )
...
* Update to Gradle 8.3, and update all other deps.
* Fix tests
* Lazily download decompilers, generate version constants to ensure they are synced between the build and Gradle.
Each decompiler has a configuration, this allows the version to be changed at a later date if needed.
* Fix typo :)
* Oh so many versions
2023-08-24 10:18:25 +01:00
Juuz
3019b32fd7
Publish 1.3 beta builds
2023-07-22 01:30:02 +03:00
Juuz
236f035ebe
actions: Restore test-push.yml to be closer to upstream
2023-07-19 17:50:41 +03:00
Juuz
b2988d2263
Publish 1.2
2023-05-07 17:19:13 +03:00
modmuss50
d1f35d4221
Fix publish
2023-05-05 13:30:54 +01:00
Juuz
27cfb8c033
Merge 1.2, part 2
2023-04-23 10:35:54 +03:00
Juuz
4b2090f6fe
Merge 1.2, part 1
2023-04-23 10:30:30 +03:00
modmuss50
1015ef09ff
Update to Gradle 8.1 ( #864 )
...
* Update to Gradle 8.1
* Fix build, run RunConfigTest against all gradle versions.
* Fix build
2023-04-17 13:49:49 +01:00
modmuss50
95a260d923
Test against Gradle 8.1 and 8.2 nightly. ( #846 )
2023-04-16 17:19:21 +01:00
Juuz
d735945581
workflows/publish: Add dev/1.1 to published branches
2023-02-18 18:14:30 +02:00
Juuz
2a74dad857
workflows/test: Update the rest of the artifacts from v2 to v3
...
No clue how I missed them all :face_palm:
2023-02-17 23:36:33 +02:00
Juuz
fab23de471
workflows/test: Update actions/upload-artifact to v3
2023-02-17 21:55:30 +02:00
Juuz
0314829e26
Merge with Fabric 1.1, stage 3
2023-02-16 01:02:58 +02:00
Juuz
4e9b50fcbc
Merge with Fabric 1.1, stage 2
2023-02-16 01:00:05 +02:00
modmuss50
bab447ffe1
Fix publish
2023-01-22 13:38:54 +00:00
modmuss50
b4155a9450
Small build updates.
...
Java toolchains aren't support on ARM64 windows. Waiting on https://github.com/gradle/gradle/issues/21703
2022-11-01 21:49:22 +00:00
Juuz
5054cc6c60
Publish 1.0
2022-10-30 16:46:15 +02:00
modmuss50
c46abf8ac4
Update deps, test fixes, and fix github actions deprecation warnings. ( #745 )
2022-10-29 16:57:06 +01:00
Juuz
ffe5e955c5
Fix test artifact names ( #716 )
...
* Fix test artifact names
- Fixes empty parens in Linux artifacts
- Fixes invalid artifact names containing *
- Fixes Windows artifacts not being different from Linux ones
* Fix Windows tests
2022-09-11 20:26:00 +01:00
Juuz
53a698d357
Only run tests on dev branches and pull requests
2022-09-11 20:40:31 +03:00
Juuz
b8d04d9b1f
Add checkstyle report action
2022-09-08 04:03:01 +03:00
Juuz
c549c5fd7a
Create test report ( #102 )
2022-09-08 03:59:29 +03:00
Juuz
c5386d8795
Merge with Fabric 0.13, stage 5
2022-08-09 17:37:04 +03:00
modmuss50
688385a1bb
Update deps + fix some failing tests.
2022-07-25 18:37:16 +01:00
Juuz
bc979caff0
Publish 0.12.0
2022-05-11 20:43:14 +03:00
Juuz
9c0b95860a
Merge remote-tracking branch 'upstream/dev/0.12' into dev/0.12.0
2022-05-11 19:18:28 +03:00