-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle cleanup #645
base: 24w46a
Are you sure you want to change the base?
gradle cleanup #645
Commits on Oct 30, 2024
-
make simple_type_field_names an input of insertAutoGeneratedMappings …
…bettererly move EnigmaProfile to MappingsExtension
Configuration menu - View commit details
-
Copy full SHA for f4b190c - Browse repository at this point
Copy the full SHA f4b190cView commit details -
replace MappingTask::getTaskByType with MappingsTask::getTaskNamed; t…
…asks should not be retreived by type alone, adding a new task with the same type would break things (most calls to MappingsTask::getTaskNamed will probably be eliminated when configuration is moved to MappingsPlugin) the thisening the abstractening the finalening the line wrappening
Configuration menu - View commit details
-
Copy full SHA for 6b31f26 - Browse repository at this point
Copy the full SHA 6b31f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85deac - Browse repository at this point
Copy the full SHA d85deacView commit details -
move downloadVersionsManifest and downloadWantedVersionManifest confi…
…guration to MappingsPlugin refine downloadWantedVersionManifest inputs/outputs
Configuration menu - View commit details
-
Copy full SHA for e82c12d - Browse repository at this point
Copy the full SHA e82c12dView commit details -
move downloadMinecraftJars, extractServerJar, and mergeJars configura…
…tion to MappingsExtension refine their properties and dependencies make ExtractServerJarTask's getServerBootstrapJar() an input instead of an output make downloadMinecraftJars not finalizedBy extractServerJar as input/output handling is preferable
Configuration menu - View commit details
-
Copy full SHA for c4d9e65 - Browse repository at this point
Copy the full SHA c4d9e65View commit details -
move downloadMinecraftLibraries and openGlConstantUnpickGenerator con…
…figuration to MappingsPlugin rework both tasks' inputs and outputs significantly downloadMinecraftLibraries is still screwy though: it accesses and modifies project in its task action add Task suffix to OpenGlConstantUnpickGenerator class rename PropertyUtil -> ProviderUtil and add projectDirProviderOf
Configuration menu - View commit details
-
Copy full SHA for 55061bc - Browse repository at this point
Copy the full SHA 55061bcView commit details -
AbstractDownloadMappingsTask -> DownloadMappingsTask, reworked its pr…
…operties, and separated ExtractTinyMappingsTask added ExtractTinyMappingsTasks for hashed and intermediary removed DownloadIntermediaryMappingsTask class, it's just a DownloadMappingsTask now added Constants.INTERMEDIARY_MAPPINGS_NAME, but haven't replaced duplicates yet made some convensions in MappingsPlugin to use flatMap instead of lambdas move MappingsExtension's getEnigmaProfileFile convension to MappingsPlugin
Configuration menu - View commit details
-
Copy full SHA for 300be97 - Browse repository at this point
Copy the full SHA 300be97View commit details -
move conventions for MergeTinyTask, MergeTinyV2Task, and MergeInterme…
…diaryTask to MappingsPlugin refine their and their superclass' properties
Configuration menu - View commit details
-
Copy full SHA for 397ff37 - Browse repository at this point
Copy the full SHA 397ff37View commit details -
update MapJarTask and subclasses
update CheckTargetVersionExistsTask (will convert to BuildServerice later) add TargetVersionConsumingTask interface for CheckTargetVersionExistsTask consumers update CheckUnpickVersionsMatchTask (will convert to BuildServerice later) add UnpickVersionsMatchConsumingTask for CheckUnpickVersionsMatchTask consumers separate ExtractTargetMappingJarTask from DownloadTargetMappingJarTask and remove output files that just pointed to individual extracted files clean up the rest of the diff tasks (still WIP) move unpickTargetJar from build.gradle to buildSrc and give add a type for it: UnpickTargetJarTask move remapTargetUnpickDefinitions from build.gradle to buildSrc and add a type for it: RemapTargetUnpickDefinitionsTask move decompileTargetVineflower from build.gradle to buildSrc and add a type for it: DecompileTargetTask add more TODOs based on @lukebemish's early review
Configuration menu - View commit details
-
Copy full SHA for 2a8f330 - Browse repository at this point
Copy the full SHA 2a8f330View commit details -
add missing .get().getAsFile()s to fix genFakeSource and decompileVin…
…eflower temporarily make remapTargetMinecraftJar directly depend on unpickTargetJar, shouldn't be necessary once CheckTargetVersionExists and CheckUnpickVersionsMatchTask are converted to BuildService's add more TODOs to build.gradle
Configuration menu - View commit details
-
Copy full SHA for f00402d - Browse repository at this point
Copy the full SHA f00402dView commit details -
move combineUnpickDefinitions and remapUnpickDefinitions configuratio…
…n from constructor/build.gradle to MappingsPlugin move constantsJar from build.gradle to MappingsPlugin move unpickHashedJar from build.gradle to MappingsPlugin move v2UnmergedMappingsJar, v2MergedMappingsJar, intermediaryV2MappingsJar, and intermediaryV2MergedMappingsJar to MappingsPlugin reorder some tasks in MappingsPlugin to accomodate new tasks
Configuration menu - View commit details
-
Copy full SHA for 60784b6 - Browse repository at this point
Copy the full SHA 60784b6View commit details -
move generated unpick definition outputs to fileConstants.buildDir
move unpick.json to unpick/ and unpick definitions to unpick/definitions/ add UnpickGenTask::getGeneratedUnpickDefinitions refine CombineUnpickDefinitionsTask and its configuration add unpick/definitions/ to CombineUnpickDefinitionsTask's input in build.gradle rename OpenGlConstantUnpickGeneratorTask -> OpenGlConstantUnpickGenTask make unpick.json's location configurable via MappingsExtension and configure it in build.gradle remove all unpick-related files from FileConstants (obsolete, or only used once in which case inlined)
Configuration menu - View commit details
-
Copy full SHA for 79bed13 - Browse repository at this point
Copy the full SHA 79bed13View commit details -
rename MappingsPlugin -> QuiltMappingsPlugin and its id mappings-logi…
…c -> quilt-mappings rename MappingsExtension -> QuiltMappingsExtension and its name mappings -> quiltMappings move enimga_profile.json and simple_type_field_names.json5 to enigma/ rename some things in MappingsExtension refine MappingsV2JarTask's properties, extract some magic constants, and move some configuration to a configureEach in QuiltMappingsPlugin
Configuration menu - View commit details
-
Copy full SHA for e0652a2 - Browse repository at this point
Copy the full SHA e0652a2View commit details -
move mappings, mappingsUnpicked, mappingsServer, and mappingsUnpicked…
…Server to QuiltMappingsPlugin (and fix for new enigma profile location) extract AbstractEnigmaMappingsTask as a superclass of EnigmaMappingsTask and EnigmaMappingsServerTask allow specifying EnigmaMappingsServerTask optional properties on task invocation move AbstractEnigmaMappingsTasks' configuration to QuiltMappingsPlugin (except getMainClass configuration) expose QuiltMappingsExtension::getEnigmaProfileConfig so it can be passed to AbstractEnigmaMappingsTasks add enigma-server dependency to buildSrc (as part of bundles.enigma.full) convert EnigmaProfileConsumingTask to an interface clean up MappingsTask a little
Configuration menu - View commit details
-
Copy full SHA for a7a374e - Browse repository at this point
Copy the full SHA a7a374eView commit details -
improve unpickVersion handling
eliminate VersionCatalog methods from MappingsTask and add TODOs
Configuration menu - View commit details
-
Copy full SHA for 790a24b - Browse repository at this point
Copy the full SHA 790a24bView commit details -
move the following tasks' configuration to QuiltMappingsPlugin and re…
…fine their properties: - buildMappingsTiny - invertPerVersionMappings - removeIntermediary - dropInvalidMappings - generatePackageInfoMappings move downloadDictionaryFile configuration to build.gradle (because it's prone to change) and refine its input move decompileVineflower to QuiltMappingsPlugin move eraseByteCode and genFakeSource to QuiltMappingsPlugin and give them custom classes add MappingsDirConsumingTask add MappingsDirOutputtingTask and implement it on GeneratePackageInfoMappingsTask eliminate all FileConstants except tempDir which needs more investigation eliminate RegularFile implementers in QuiltMappingsPlugin rework JavadocProvider consumption simplify UnpickGenTask and javadoc it saying they should only output unpick files remove _GROUP suffix from Constants.Groups fields
Configuration menu - View commit details
-
Copy full SHA for 035bbbc - Browse repository at this point
Copy the full SHA 035bbbcView commit details -
move tinyJar configuration to QuiltMappingsPlugin
move compressTiny configuration to QuiltMappingsPlugin and use try-with-resources in task action
Configuration menu - View commit details
-
Copy full SHA for 83aea68 - Browse repository at this point
Copy the full SHA 83aea68View commit details -
remove CheckIntermediaryMappingsTask and DownloadIntermediaryMappings…
…Task extractTinyIntermediaryMappings gets input directly from the intermediary configuration and dependant tasks check if their inputs exist extract IntermediaryMappingsV2JarTask and check if input exists
Configuration menu - View commit details
-
Copy full SHA for 85a454a - Browse repository at this point
Copy the full SHA 85a454aView commit details -
remove downloadPerVersionMappings and DownloadMappingsTask
extractTinyPerVersionMappings gets input directly from the hashed configuration
Configuration menu - View commit details
-
Copy full SHA for f2698db - Browse repository at this point
Copy the full SHA f2698dbView commit details -
refine TransformJarClassesTask properties
misc minor cleanup
Configuration menu - View commit details
-
Copy full SHA for 1a3ee52 - Browse repository at this point
Copy the full SHA 1a3ee52View commit details -
move tempDir to build/ and its definition to QuiltMappingsPlugin
rename cacheFilesMinecraft minecraftDir and move it to build/ eliminate FileConstants eliminate custom clean task logic revise insertAutoGeneratedMappings/AddProposedMappingsTask outputs and file names revise TargetVersionConsumingTask convension providers
Configuration menu - View commit details
-
Copy full SHA for 5196aa8 - Browse repository at this point
Copy the full SHA 5196aa8View commit details -
rework CheckTargetVersionExistsTask -> DownloadTargetMetaFileTask
the target version is obtained via provideTargetVersion
Configuration menu - View commit details
-
Copy full SHA for 9d844ae - Browse repository at this point
Copy the full SHA 9d844aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe28b36 - Browse repository at this point
Copy the full SHA fe28b36View commit details -
make MapJarTask::getAdditionalMappings an input
cleanup remapTargetMinecraftJar cleanup completed TODOs and commented code in QuiltMappingsPlugin
Configuration menu - View commit details
-
Copy full SHA for 81221ef - Browse repository at this point
Copy the full SHA 81221efView commit details -
remove @optional from TargetVersionConsumingTask's inputs since only …
…getTargetVesion's presence is checked other misc cleanup
Configuration menu - View commit details
-
Copy full SHA for 16b67b2 - Browse repository at this point
Copy the full SHA 16b67b2View commit details -
replace intermediary task input exists checks with IntermediaryDepend…
…antTask interface they only run if intermediary resolves this ensures intermediary tasks don't run if intermediary doesn't exist but old input files exist add ExtractTinyIntermediaryMappingsTask for extractTinyIntermediaryMappings fix AddProposedMappingsTask accidentally creating directories with output file names instead of their parent directories
Configuration menu - View commit details
-
Copy full SHA for f94e3da - Browse repository at this point
Copy the full SHA f94e3daView commit details -
replace AbstractDecompiler's Project with a Logger
the logger was all the project was used for and the decompiler shouldn't access the project rename DecompilerProvider -> Decompilers.Factory and encapsulate it more
Configuration menu - View commit details
-
Copy full SHA for 383a93c - Browse repository at this point
Copy the full SHA 383a93cView commit details -
extract MappingsTask::startDownload into DownloadTask
replace usage of MappingsTask::outputsNeverUpToDate with @DisableCachingByDefault
Configuration menu - View commit details
-
Copy full SHA for 1104155 - Browse repository at this point
Copy the full SHA 1104155View commit details -
update CombineUnpickDefinitionsTask's and UnpickGenTask's javadocs
make UnpickGenTask extend MappingsTask
Configuration menu - View commit details
-
Copy full SHA for a1aa6a4 - Browse repository at this point
Copy the full SHA a1aa6a4View commit details -
rename DownloadImmediate.Builder -> Downloader and eliminate Download…
…Immediate make Downloader#src a URL and eliminate use of deprecated URL constructor add TODO to consider eliminating dependence on DownloadAction because of project access
Configuration menu - View commit details
-
Copy full SHA for d287a98 - Browse repository at this point
Copy the full SHA d287a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3aa4ea - Browse repository at this point
Copy the full SHA b3aa4eaView commit details -
extract common logic of ExtractServerJarTask, ExtractTinyMappingsTask…
…, and ExtractTargetMappingJarTask into AbstractExtractZipTask, ExtractSingleZippedFileTask, and ExtractZippedFilesTask
Configuration menu - View commit details
-
Copy full SHA for 5a189c9 - Browse repository at this point
Copy the full SHA 5a189c9View commit details -
add custom task classes for QuiltMappingsPlugin tasks that lack them
move all task names to their classes and rename all 'TASK_NAME' fields '<ACTUAL_NAME>_TASK_NAME' ensure all QuiltMappingsPlugin tasks implement MappingsTask and have a group move unpick configuration creation to QuiltMappingsPlugin, extract Constants.UNPICK_NAME use unpick Main class name instead of string in UnpickJarTask implement MappingsDirConsumingTask on FindDuplicateMappingFilesTask and use task's logger instead of static logger instance
Configuration menu - View commit details
-
Copy full SHA for 507783b - Browse repository at this point
Copy the full SHA 507783bView commit details -
add DownloadUtils which uses FileUtils::copyURLToFile
rewrite download tasks to use DownloadUtils instead of DownloadAction extract SimpleDownloadTask from tasks that download a single file from a url move DownloadDictionaryFileTask's configuration to build.gradle (depends on remote that's prone to change) remove de.undercouch:gradle-download-task dependency eliminate decompileClasspath configuration and its screwiness in DownloadMinecraftLibrariesTask cache version info parsed from wanted version manifest in VersionDownloadInfo property and pass that to VersionDownloadInfoConsumingTasks add SerializableVersionEntry so it can be provided to downloadWantedVersionManifest and carry dependency info move constants source set definition back to build.gradle move constantsJar source set input configuration back to build.gradle move sourcesJar task registration to QuiltMappingsPlugin and give it its own class but keep its source set configuration in build.gradle move javadocJar task registration to QuiltMappingsPlugin and give it its own class move some of javadoc's configuration to QuiltMappingsPlugin extract Constants.Groups.JAVADOC_GENERATION @Inject an ObjectFactory into MappingsTasks fix DecompileTask's output being a RegularFileProperty instead of a DirectoryProperty
Configuration menu - View commit details
-
Copy full SHA for c45dfa6 - Browse repository at this point
Copy the full SHA c45dfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc4325 - Browse repository at this point
Copy the full SHA 8bc4325View commit details -
move licenser plugin info to libs.versions.toml
eliminate project access in javadoc task doLast extract IntermediaryMappingsV2JarTask classifiers move check and jar task configuration from build.gradle to QuiltMappingsPlugin
Configuration menu - View commit details
-
Copy full SHA for 81985fa - Browse repository at this point
Copy the full SHA 81985faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe3883 - Browse repository at this point
Copy the full SHA cbe3883View commit details -
extract "net/minecraft/unused/packageinfo/" constant
bring the finalening, the thisening, and the line wrappening to the lint package slightly refactor SpellingChecker::checkPlural
Configuration menu - View commit details
-
Copy full SHA for d516404 - Browse repository at this point
Copy the full SHA d516404View commit details -
replace MappingsJavadocProvider.Source with mapped providers so they …
…carry dependency info
Configuration menu - View commit details
-
Copy full SHA for c4dea3c - Browse repository at this point
Copy the full SHA c4dea3cView commit details -
extract mappings namespace constants
import Constants.Groups
Configuration menu - View commit details
-
Copy full SHA for 1e3c8c9 - Browse repository at this point
Copy the full SHA 1e3c8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002c6dd - Browse repository at this point
Copy the full SHA 002c6ddView commit details -
add quilt/internal/plugin package
extract MappingsProjectPlugin interface extract MinecraftJarsPlugin and QuiltMappingsBasePlugin
Configuration menu - View commit details
-
Copy full SHA for a08308a - Browse repository at this point
Copy the full SHA a08308aView commit details -
extract the following plugins:
- MapMinecraftJarsPlugin - MapV2Plugin - MapIntermediaryPlugin - ProcessMappingsPlugin - MappingsVerificationPlugin move unpickVersion to QuiltMappingsExtension to minimize spaghetti and ensure required plugins are applied: - access QuiltMappingsExtension via QuiltMappingsBasePlugin's getExt() - access tasks registered by other plugins via TaskedMappingsProjectPlugin::getTasks move some file naming methods to new FileUtil class update and add javadocs
Configuration menu - View commit details
-
Copy full SHA for 735134f - Browse repository at this point
Copy the full SHA 735134fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5cd27 - Browse repository at this point
Copy the full SHA ba5cd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a7847 - Browse repository at this point
Copy the full SHA 79a7847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b18deb - Browse repository at this point
Copy the full SHA 7b18debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3128e64 - Browse repository at this point
Copy the full SHA 3128e64View commit details -
name AbstractArchiveTask subclass tasks using its archive name compos…
…ition methods make the default ArtifactFileTask destination build/libs eliminate MappingsProjectPlugin#getLibsDir (its already the default for all tasks it was used for) add QuiltMappingsArtifactTask, implement it on all tasks that used ARCHIVE_FILE_NAME_PREFIX, and configure implementing tasks' baseName and version in QuiltMappingsBasePlugin improve some javadocs
Configuration menu - View commit details
-
Copy full SHA for bfea1f8 - Browse repository at this point
Copy the full SHA bfea1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e28df - Browse repository at this point
Copy the full SHA 55e28dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c6f5b - Browse repository at this point
Copy the full SHA 68c6f5bView commit details -
extract EnigmaMappingsPlugin and TargetDiffPlugin
QuiltMappingsPlugin now applies all other MappingsProjectPlugins and does nothing else replace UnpickVersionsMatchSource with a mapped provider so dependency info is carried more javadoc adjustments
Configuration menu - View commit details
-
Copy full SHA for e9fb2d4 - Browse repository at this point
Copy the full SHA e9fb2d4View commit details -
use JavaExec::getArgumentProviders instead of overriding task action …
…in AbstractEnigmaMappingsTask, EnigmaMappingsServerTask, and UnpickJarTask
Configuration menu - View commit details
-
Copy full SHA for 03086d7 - Browse repository at this point
Copy the full SHA 03086d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd25e26 - Browse repository at this point
Copy the full SHA dd25e26View commit details -
add artifact helper methods to ArtifactFileTask
remove explicit classifiers from artifact configuration in build.gradle (classifiers are extracted from the input) fix intermediary publishing (broken since the removal of checkIntermediaryMappings) cleaned up some TODOs
Configuration menu - View commit details
-
Copy full SHA for b7d2918 - Browse repository at this point
Copy the full SHA b7d2918View commit details -
replace Constants.MINECRAFT_VERSION with libs version and pass it to …
…QuiltMappingsExtension replace Constants.MAPPINGS_VERSION with direct assignment to project.version and pass it to QuiltMappingsExtension add minecraftVersion input to DownloadTargetMetaFileTask remove provideVersionEntry from DownloadVersionsManifestTask and instead provide it directly in MinecraftJarsPlugin add minecraftVersion param to SerializableVersionEntry::of replace MappingsProjectPlugin::provideMappingsDest with provideBuildMappingsDirFile
Configuration menu - View commit details
-
Copy full SHA for 709c86a - Browse repository at this point
Copy the full SHA 709c86aView commit details -
move hashed/hashed-unpicked/named jars to build/minecraft/mapped/
move merged jar to build/minecraft/ add more helper methods to MappingsProjectPlugin
Configuration menu - View commit details
-
Copy full SHA for a410bb3 - Browse repository at this point
Copy the full SHA a410bb3View commit details -
move .gradle/targets -> build/targets
extract more magic strings add more helper methods for common file naming schemes
Configuration menu - View commit details
-
Copy full SHA for 4764011 - Browse repository at this point
Copy the full SHA 4764011View commit details -
convert Constants to an interface and move it to new constants package
promote all inner Constants classes to the constants package extract more classifiers and move all classifier constants to constants.Classifiers extract more extensions and move all extension constants to constants.Extensions
Configuration menu - View commit details
-
Copy full SHA for ef06a2e - Browse repository at this point
Copy the full SHA ef06a2eView commit details -
rename configuration unpick -> unpickCli
split configuration enigmaRuntime -> enigmaSwign + enigmaServer add :classpath-holders project and includeBuild it in buildSrc populate enigmaSwing, enigmaServer and unpickCli with :classpath-holders capabilites so :quilt-mappings build.gradle doesn't have to (thanks to @lukebembish)
Configuration menu - View commit details
-
Copy full SHA for 9614c1f - Browse repository at this point
Copy the full SHA 9614c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed65300 - Browse repository at this point
Copy the full SHA ed65300View commit details -
provide default dictionary file name in MappingsVerificationPlugin in…
…stead of naming it after the revision in build.gradle
Configuration menu - View commit details
-
Copy full SHA for 10f6d73 - Browse repository at this point
Copy the full SHA 10f6d73View commit details -
remove @DisableCachingByDefault from MappingsV2JarTask because it's a…
…lready on its superclass
Configuration menu - View commit details
-
Copy full SHA for 70bf742 - Browse repository at this point
Copy the full SHA 70bf742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035f7a5 - Browse repository at this point
Copy the full SHA 035f7a5View commit details -
DownloadMinecraftLibrariesTask:
- enable caching - delete old libraries and try downloading new libraries
Configuration menu - View commit details
-
Copy full SHA for 3c5e536 - Browse repository at this point
Copy the full SHA 3c5e536View commit details -
DownloadVersionsManifestTask: replace @DisableCachingByDefault with U…
…ntrackedTask so it always re-downloads
Configuration menu - View commit details
-
Copy full SHA for 2dcca8f - Browse repository at this point
Copy the full SHA 2dcca8fView commit details -
DownloadWantedVersionManifestTask: remove release time input; obsolet…
…ed by other inputs
Configuration menu - View commit details
-
Copy full SHA for 0dd9de2 - Browse repository at this point
Copy the full SHA 0dd9de2View commit details -
- only take lwjgl file as input instead of all artifacts by name - remove onlyIf: if the inputs change, the outputs may change
Configuration menu - View commit details
-
Copy full SHA for adfd00c - Browse repository at this point
Copy the full SHA adfd00cView commit details -
remove DownloadMinecraftJarsTask's outsputs upToDateWhen checksum che…
…ck: it was unecessary and caused outputs to never be up to date
Configuration menu - View commit details
-
Copy full SHA for b48cd11 - Browse repository at this point
Copy the full SHA b48cd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e4397 - Browse repository at this point
Copy the full SHA 27e4397View commit details -
replace DownloadVersionsManifestTask with SerializableVersionEntry.So…
…urce because output can't be cached
Configuration menu - View commit details
-
Copy full SHA for aeadc2b - Browse repository at this point
Copy the full SHA aeadc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b01a1 - Browse repository at this point
Copy the full SHA e4b01a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5ac8d - Browse repository at this point
Copy the full SHA ff5ac8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e79eaae - Browse repository at this point
Copy the full SHA e79eaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1c4c48 - Browse repository at this point
Copy the full SHA a1c4c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cfa93 - Browse repository at this point
Copy the full SHA 48cfa93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4168d - Browse repository at this point
Copy the full SHA ac4168dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35824dd - Browse repository at this point
Copy the full SHA 35824ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a7847 - Browse repository at this point
Copy the full SHA a8a7847View commit details -
make Namespaces PER_VERSION and INTERMEDIARY the sources of truth for…
… their strings, eliminate them from Constants
Configuration menu - View commit details
-
Copy full SHA for 6247bd8 - Browse repository at this point
Copy the full SHA 6247bd8View commit details -
rename all constants containing PER_VERSION -> INTERMEDIATE
rename tasks: - mapPerVersionMappingsJar -> mapIntermediateMappingsJar - invertPerVersionMappings -> invertIntermediateMappings - extractTinyPerVersionMappings -> extractTinyIntermediateMappings
Configuration menu - View commit details
-
Copy full SHA for 8c8ad2a - Browse repository at this point
Copy the full SHA 8c8ad2aView commit details
Commits on Oct 31, 2024
-
increase gradle memory from 3Gb to 4Gb because decompileTargetVineflo…
…wer ran out of memory
Configuration menu - View commit details
-
Copy full SHA for 667109a - Browse repository at this point
Copy the full SHA 667109aView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a69306 - Browse repository at this point
Copy the full SHA 9a69306View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab4d13d - Browse repository at this point
Copy the full SHA ab4d13dView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60080cf - Browse repository at this point
Copy the full SHA 60080cfView commit details -
bring the thisening, the bracketing, the line wrappening, and the fin…
…alening to TasksTest and TestUtil other minor cleanup
Configuration menu - View commit details
-
Copy full SHA for 9f22997 - Browse repository at this point
Copy the full SHA 9f22997View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83a27b - Browse repository at this point
Copy the full SHA a83a27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd5f7a - Browse repository at this point
Copy the full SHA 9dd5f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda4060 - Browse repository at this point
Copy the full SHA cda4060View commit details -
replace Default/TaskedMappingsProjectPlugin/DefaultTaskedMappingsProj…
…ectPlugin with DefaultExtensionedMappingsProjectPlugin + Default/TaskedExtension access Tasks objects and MapIntermediaryPlugin's intermediaryFile via extension instances obtained via plugin instances instead of directly via plugin instances
Configuration menu - View commit details
-
Copy full SHA for 5f1af63 - Browse repository at this point
Copy the full SHA 5f1af63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f4351 - Browse repository at this point
Copy the full SHA 80f4351View commit details
Commits on Nov 14, 2024
-
- remove #getArtifact method as the classifier got stripped when publishing - make #artifact method add the classifier
Configuration menu - View commit details
-
Copy full SHA for f2fc3e3 - Browse repository at this point
Copy the full SHA f2fc3e3View commit details -
obtain gson, commons-codec, and commons-compress versions for javadoc…
… from DownloadWantedVersionManifestTask#provideVersionParser use netty version from libs.version.toml because minecraft's netty version doesn't have javadocs
Configuration menu - View commit details
-
Copy full SHA for 242b3ad - Browse repository at this point
Copy the full SHA 242b3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90a1a9 - Browse repository at this point
Copy the full SHA e90a1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9115785 - Browse repository at this point
Copy the full SHA 9115785View commit details -
Configuration menu - View commit details
-
Copy full SHA for da90291 - Browse repository at this point
Copy the full SHA da90291View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f7328 - Browse repository at this point
Copy the full SHA 60f7328View commit details
Commits on Nov 20, 2024
-
put CacheableTask on DownloadWantedVersionManifestTask, DownloadMinec…
…raftJarsTask, and DownloadMinecraftLibrariesTask closes QuiltMC#492
Configuration menu - View commit details
-
Copy full SHA for 49d01a4 - Browse repository at this point
Copy the full SHA 49d01a4View commit details