mirror of
https://github.com/chylex/Hardcore-Ender-Expansion-2.git
synced 2026-08-18 12:08:00 +02:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd3875dbba
|
||
|
|
cfab626586
|
||
|
|
cc6e26152d
|
||
|
|
cc299af6b8
|
||
|
|
8cb7d6f973
|
@@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
||||
+7
-18
@@ -1,28 +1,17 @@
|
||||
# gradle
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# idea
|
||||
out
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
|
||||
.idea/gradle.xml
|
||||
.idea/tasks.xml
|
||||
.idea/workspace.xml
|
||||
|
||||
.idea/codeStyles
|
||||
.idea/libraries
|
||||
/.idea/
|
||||
|
||||
# eclipse
|
||||
bin
|
||||
/bin/
|
||||
*.launch
|
||||
.settings
|
||||
.metadata
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# gradle
|
||||
build
|
||||
.gradle
|
||||
|
||||
# game
|
||||
run/*
|
||||
!run/*.ps1
|
||||
/run/
|
||||
|
||||
Generated
-40
@@ -1,40 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaProjectCodeInsightSettings">
|
||||
<excluded-names>
|
||||
<name>akka</name>
|
||||
<name>com.ibm</name>
|
||||
<name>com.sun</name>
|
||||
<name>java.awt</name>
|
||||
<name>java.beans</name>
|
||||
<name>java.rmi</name>
|
||||
<name>javafx</name>
|
||||
<name>javax.rmi</name>
|
||||
<name>javax.swing</name>
|
||||
<name>javax.xml</name>
|
||||
<name>jdk.internal</name>
|
||||
<name>net.java.games.input.Component.Identifier.Key</name>
|
||||
<name>net.minecraft.init.Blocks</name>
|
||||
<name>net.minecraft.init.Items</name>
|
||||
<name>net.minecraft.init.MobEffects</name>
|
||||
<name>net.minecraft.init.PotionTypes</name>
|
||||
<name>net.minecraft.init.SoundEvents</name>
|
||||
<name>net.minecraft.util.EnumActionResult</name>
|
||||
<name>net.minecraft.util.EnumFacing</name>
|
||||
<name>net.minecraft.util.EnumHand</name>
|
||||
<name>net.minecraft.world.EnumDifficulty</name>
|
||||
<name>net.minecraftforge.fml.common.Mod.EventBusSubscriber</name>
|
||||
<name>net.minecraftforge.fml.common.eventhandler.Event</name>
|
||||
<name>net.minecraftforge.fml.common.eventhandler.EventPriority</name>
|
||||
<name>net.minecraftforge.fml.common.eventhandler.SubscribeEvent</name>
|
||||
<name>net.minecraftforge.fml.relauncher.Side</name>
|
||||
<name>net.minecraftforge.fml.relauncher.SideOnly</name>
|
||||
<name>org.ietf</name>
|
||||
<name>org.omg</name>
|
||||
<name>org.w3c</name>
|
||||
<name>org.xml</name>
|
||||
<name>scala</name>
|
||||
<name>sun</name>
|
||||
</excluded-names>
|
||||
</component>
|
||||
</project>
|
||||
Generated
-10
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="1.8">
|
||||
<module name="Hardcore-Ender-Expansion-2.api" target="1.8" />
|
||||
<module name="Hardcore-Ender-Expansion-2.main" target="1.8" />
|
||||
<module name="Hardcore-Ender-Expansion-2.test" target="1.8" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
||||
Generated
-6
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
||||
-22
@@ -1,22 +0,0 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="CascadeIf" enabled="false" level="INFO" enabled_by_default="false" />
|
||||
<inspection_tool class="ClassName" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="namePattern" value="[A-Z][_A-Za-z\d]*" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="FoldInitializerAndIfToElvis" enabled="false" level="INFO" enabled_by_default="false" />
|
||||
<inspection_tool class="FunctionName" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="namePattern" value="([A-Za-z][A-Za-z\d]*)|([A-Z][_A-Z\d]*)" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="RedundantSuppression" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="IGNORE_ALL" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
||||
<option name="processCode" value="true" />
|
||||
<option name="processLiterals" value="true" />
|
||||
<option name="processComments" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="UnusedProperty" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
</profile>
|
||||
</component>
|
||||
Generated
-10
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Kotlin2JsCompilerArguments">
|
||||
<option name="sourceMapEmbedSources" />
|
||||
<option name="sourceMapPrefix" />
|
||||
</component>
|
||||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.8" />
|
||||
</component>
|
||||
</project>
|
||||
Generated
-41
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EntryPointsManager">
|
||||
<list size="6">
|
||||
<item index="0" class="java.lang.String" itemvalue="net.minecraftforge.fml.common.Mod" />
|
||||
<item index="1" class="java.lang.String" itemvalue="net.minecraftforge.fml.common.Mod.EventBusSubscriber" />
|
||||
<item index="2" class="java.lang.String" itemvalue="net.minecraftforge.fml.common.Mod.EventHandler" />
|
||||
<item index="3" class="java.lang.String" itemvalue="net.minecraftforge.fml.common.eventhandler.SubscribeEvent" />
|
||||
<item index="4" class="java.lang.String" itemvalue="net.minecraftforge.fml.common.network.NetworkCheckHandler" />
|
||||
<item index="5" class="java.lang.String" itemvalue="net.minecraftforge.fml.relauncher.IFMLLoadingPlugin.Name" />
|
||||
</list>
|
||||
</component>
|
||||
<component name="NullableNotNullManager">
|
||||
<option name="myDefaultNullable" value="javax.annotation.Nullable" />
|
||||
<option name="myDefaultNotNull" value="javax.annotation.Nonnull" />
|
||||
<option name="myNullables">
|
||||
<value>
|
||||
<list size="5">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
|
||||
<item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
|
||||
<item index="3" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
|
||||
<item index="4" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
<option name="myNotNulls">
|
||||
<value>
|
||||
<list size="4">
|
||||
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
|
||||
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
|
||||
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
|
||||
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/bin" />
|
||||
</component>
|
||||
</project>
|
||||
Generated
-11
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.iml" filepath="$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.api.iml" filepath="$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.api.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.main.iml" filepath="$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.test.iml" filepath="$PROJECT_DIR$/.idea/modules/Hardcore-Ender-Expansion-2.test.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
-15
@@ -1,15 +0,0 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Minecraft Client" type="Application" factoryName="Application" singleton="true">
|
||||
<option name="MAIN_CLASS_NAME" value="GradleStart" />
|
||||
<module name="Hardcore-Ender-Expansion-2.main" />
|
||||
<option name="PROGRAM_PARAMETERS" value="--username Player" />
|
||||
<option name="VM_PARAMETERS" value="-Dhee.debug -Dfml.coreMods.load=chylex.hee.system.core.CoremodPlugin -XX:HotswapDeoptClassPath='chylex.,net.,com.sun.proxy.$Proxy,sun.reflect.Generated'" />
|
||||
<option name="WORKING_DIRECTORY" value="./run" />
|
||||
<extension enabled="false" name="coverage" runner="idea" sample_coverage="true" />
|
||||
<RunnerSettings RunnerId="Run" />
|
||||
<ConfigurationWrapper RunnerId="Run" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Minecraft Server" type="Application" factoryName="Application" singleton="true">
|
||||
<option name="MAIN_CLASS_NAME" value="GradleStartServer" />
|
||||
<module name="Hardcore-Ender-Expansion-2.main" />
|
||||
<option name="VM_PARAMETERS" value="-Dhee.debug -Dfml.coreMods.load=chylex.hee.system.core.CoremodPlugin -XX:HotswapDeoptClassPath='chylex.,net.,com.sun.proxy.$Proxy,sun.reflect.Generated'" />
|
||||
<option name="WORKING_DIRECTORY" value="./run" />
|
||||
<extension enabled="false" name="coverage" runner="idea" sample_coverage="true" />
|
||||
<RunnerSettings RunnerId="Run" />
|
||||
<ConfigurationWrapper RunnerId="Run" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Generated
-14
@@ -1,14 +0,0 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Unit Tests" type="JUnit" factoryName="JUnit" singleton="true">
|
||||
<module name="Hardcore-Ender-Expansion-2_test" />
|
||||
<option name="PACKAGE_NAME" value="chylex.hee.test" />
|
||||
<option name="MAIN_CLASS_NAME" value="" />
|
||||
<option name="METHOD_NAME" value="" />
|
||||
<option name="TEST_OBJECT" value="package" />
|
||||
<option name="PARAMETERS" value="" />
|
||||
<option name="WORKING_DIRECTORY" value="./run" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Generated
-18
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Statistic">
|
||||
<option name="fileTypes" value="cfg;info;md" />
|
||||
<option name="separateTabsFileTypes" value="java;json;kt;lang;mcmeta;py" />
|
||||
<option name="excludedDirectories">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/.gradle" />
|
||||
<option value="$PROJECT_DIR$/gradle" />
|
||||
<option value="$PROJECT_DIR$/.idea" />
|
||||
<option value="$PROJECT_DIR$/run" />
|
||||
<option value="$PROJECT_DIR$/bin" />
|
||||
<option value="$PROJECT_DIR$/assets" />
|
||||
<option value="$PROJECT_DIR$/build" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
@@ -1,2 +1,3 @@
|
||||
# Hardcore Ender Expansion 2
|
||||
|
||||
Work in progress. PRs will not be accepted before release.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
{"meta":{"format_version":"3.0","model_format":"modded_entity","box_uv":true},"name":"ender_eye","geo_name":"EnderEye","resolution":{"width":128,"height":64},"elements":[{"name":"head","from":[-9,0,-9],"to":[9,18,9],"autouv":0,"color":6,"origin":[0,0.5,0],"uuid":"fb9acb7e-e386-2daf-51e7-e487f7edb51e"},{"name":"eye","from":[-8,1,-9],"to":[8,17,-8],"autouv":0,"color":5,"origin":[0,0,0],"uv_offset":[15,47],"uuid":"0f34925f-0ce7-73d1-b6bc-3ebc6b954619"},{"name":"left","from":[9,-17,-2],"to":[12,10,1],"autouv":0,"color":3,"origin":[0,0,0],"uv_offset":[73,0],"uuid":"683a14b0-c7d3-ee33-e790-ec456d2eafa1"},{"name":"right","from":[-12,-17,-2],"to":[-9,10,1],"autouv":0,"color":6,"shade":false,"origin":[0,0,0],"uv_offset":[73,0],"uuid":"edc957d9-62dd-52d4-82a3-9db5f0f81fee"}],"outliner":[{"name":"head","uuid":"2a0767df-d550-08ea-5bef-585cc941b58f","export":true,"isOpen":true,"visibility":true,"autouv":0,"origin":[0,9,0],"children":["fb9acb7e-e386-2daf-51e7-e487f7edb51e"]},{"name":"eye","uuid":"3ed25df7-6cab-0a5f-3900-39521430d664","export":true,"isOpen":true,"visibility":true,"autouv":0,"origin":[0,9,0],"children":["0f34925f-0ce7-73d1-b6bc-3ebc6b954619"]},{"name":"arms","uuid":"50918f7b-a888-8c07-5851-72c157cac008","export":true,"isOpen":true,"visibility":true,"autouv":0,"origin":[0,8.5,-0.5],"children":["683a14b0-c7d3-ee33-e790-ec456d2eafa1","edc957d9-62dd-52d4-82a3-9db5f0f81fee"]}],"textures":[{"path":"C:\\Dan\\Projekty\\Hardcore-Ender-Expansion-2\\src\\main\\resources\\assets\\hee\\textures\\entity\\ender_eye.png","name":"ender_eye.png","folder":"entity","namespace":"hee","id":"0","particle":false,"mode":"link","saved":true,"uuid":"43e48689-95e3-8430-06f8-1c61b6f96c9d"}]}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
{"meta":{"format_version":"3.0","model_format":"modded_entity","box_uv":true},"name":"IgneousPlate","geo_name":"IgneousPlate","resolution":{"width":32,"height":16},"elements":[{"name":"cube","from":[-14,-12,0],"to":[-12,-4,2],"autouv":0,"color":3,"origin":[3.5,8,1],"uv_offset":[0,6],"uuid":"90291b85-56cc-94f2-58ac-e37c867ac90a"},{"name":"cube","from":[-4,-12,0],"to":[-2,-4,2],"autouv":0,"color":1,"origin":[0,0,0],"uv_offset":[8,6],"uuid":"cf15a4d3-d9cb-be21-c49a-1e2cf8ba68e9"},{"name":"cube","from":[-14,-4,0],"to":[-2,-2,2],"autouv":0,"color":7,"origin":[0,0,0],"uuid":"5e21b956-681a-3556-7acd-a7098ee9fb5c"},{"name":"cube","from":[-14,-14,0],"to":[-2,-12,2],"autouv":0,"color":4,"origin":[0,0,0],"uv_offset":[0,4],"uuid":"e944760c-3ee1-ca95-0a38-f470471948ba"},{"name":"cube","from":[-12,-12,0.5],"to":[-4,-4,1.5],"autouv":0,"color":3,"origin":[0,0,0],"uv_offset":[14,7],"uuid":"0566d9d0-a1b5-e435-e234-caa759b3aec4"}],"outliner":[{"name":"outerBox","uuid":"a5f25de6-2619-4ae4-2de8-c1cdec9112b7","export":true,"isOpen":true,"visibility":true,"autouv":0,"origin":[0,0,0],"children":["90291b85-56cc-94f2-58ac-e37c867ac90a","cf15a4d3-d9cb-be21-c49a-1e2cf8ba68e9","5e21b956-681a-3556-7acd-a7098ee9fb5c","e944760c-3ee1-ca95-0a38-f470471948ba"]},{"name":"innerBox","uuid":"62290e42-d30b-2154-940b-a50c3c127698","export":true,"isOpen":true,"visibility":true,"autouv":0,"origin":[0,0,0],"children":["0566d9d0-a1b5-e435-e234-caa759b3aec4"]}],"textures":[{"path":"C:\\Dan\\Projekty\\Hardcore-Ender-Expansion-2\\src\\main\\resources\\assets\\hee\\textures\\entity\\igneous_plate.png","name":"igneous_plate.png","folder":"entity","namespace":"hee","id":"0","particle":false,"mode":"link","saved":true,"uuid":"f1c8b220-6b45-6f19-175d-ba78fba868a3"}]}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,78 +0,0 @@
|
||||
buildscript{
|
||||
ext.kotlin_version = "1.3.40"
|
||||
|
||||
repositories{
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
|
||||
maven{
|
||||
url = "http://files.minecraftforge.net/maven"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies{
|
||||
classpath "net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: "net.minecraftforge.gradle.forge"
|
||||
apply plugin: "kotlin"
|
||||
|
||||
sourceCompatibility = targetCompatibility = "1.8"
|
||||
|
||||
tasks.withType(JavaCompile){
|
||||
sourceCompatibility = targetCompatibility = "1.8"
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile){
|
||||
kotlinOptions{
|
||||
jvmTarget = "1.8"
|
||||
apiVersion = "1.3"
|
||||
languageVersion = "1.3"
|
||||
freeCompilerArgs = [
|
||||
"-Xno-call-assertions",
|
||||
"-Xno-param-assertions",
|
||||
"-Xno-receiver-assertions",
|
||||
"-Xjvm-default=enable",
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
|
||||
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
|
||||
"-XXLanguage:+InlineClasses"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
minecraft{
|
||||
version = "1.12.2-14.23.5.2768"
|
||||
runDir = "run"
|
||||
mappings = "stable_39"
|
||||
makeObfSourceJar = false
|
||||
}
|
||||
|
||||
dependencies{
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect"
|
||||
|
||||
testCompile "org.junit.jupiter:junit-jupiter-api:5.3.0-RC1"
|
||||
}
|
||||
|
||||
test{
|
||||
systemProperty "junit.jupiter.testinstance.lifecycle.default", "per_class"
|
||||
}
|
||||
|
||||
def modinfo = null
|
||||
|
||||
processResources{
|
||||
File file = new File(++sourceSets.main.resources.srcDirs.iterator(), "mcmod.info")
|
||||
modinfo = new groovy.json.JsonSlurper().parseText(file.getText())[0]
|
||||
|
||||
rename("hee_at.cfg", "META-INF/hee_at.cfg")
|
||||
}
|
||||
|
||||
jar{
|
||||
archiveName = "HardcoreEnderExpansion MC-${project.minecraft.version} v${modinfo.version}.jar"
|
||||
|
||||
manifest{
|
||||
attributes "FMLAT": "hee_at.cfg"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
idea
|
||||
}
|
||||
|
||||
group = "com.chylex.hee"
|
||||
|
||||
idea {
|
||||
module {
|
||||
excludeDirs.add(file("gradle/wrapper"))
|
||||
excludeDirs.add(file("run"))
|
||||
}
|
||||
}
|
||||
+23
-2
@@ -1,3 +1,24 @@
|
||||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
# Mod
|
||||
modId=hee
|
||||
modName=Hardcore Ender Expansion 2
|
||||
modDescription=
|
||||
modVersion=2.0.0-dev
|
||||
modAuthor=chylex
|
||||
modLicense=TODO
|
||||
modURL=https://hee.chylex.com
|
||||
modAuthorsURL=https://hee.chylex.com/authors
|
||||
modSourcesURL=https://github.com/chylex/Hardcore-Ender-Expansion-2
|
||||
modIssuesURL=https://github.com/chylex/Hardcore-Ender-Expansion-2/issues
|
||||
|
||||
# Dependencies
|
||||
minecraftVersion=1.19.3
|
||||
parchmentVersion=2022.12.18
|
||||
forgeVersion=44.1.16
|
||||
|
||||
# Constraints
|
||||
minecraftVersionRange=[1.19.3,1.20)
|
||||
forgeVersionRange=[44.1.0,)
|
||||
|
||||
# Gradle
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/.gradle/
|
||||
/build/
|
||||
@@ -0,0 +1,35 @@
|
||||
plugins {
|
||||
idea
|
||||
`kotlin-dsl`
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
group = "com.chylex.hee.gradle"
|
||||
version = "1"
|
||||
|
||||
idea {
|
||||
module {
|
||||
excludeDirs.add(file("gradle"))
|
||||
excludeDirs.add(file("repository"))
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven(url = "https://maven.minecraftforge.net")
|
||||
maven(url = "https://maven.parchmentmc.org")
|
||||
maven(url = "https://repo.spongepowered.org/maven")
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "5.1.+")
|
||||
implementation(group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version = "1.8.0")
|
||||
implementation(group = "org.parchmentmc.librarian.forgegradle", name = "org.parchmentmc.librarian.forgegradle.gradle.plugin", version = "1.+")
|
||||
implementation(group = "org.spongepowered", name = "mixingradle", version = "0.7-SNAPSHOT")
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven(url = projectDir.resolve("repository"))
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
org.gradle.daemon=false
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../wrapper
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
327ad8bacd3493a78c16498cab177afd
|
||||
@@ -0,0 +1 @@
|
||||
25b98e7445eeea1915e4f1350fb98d41b2711111
|
||||
@@ -0,0 +1 @@
|
||||
34f79fc527b7a225266633b1e95cf9fd40b9c0ae90361a95db4b5b3b2f705c5e
|
||||
@@ -0,0 +1 @@
|
||||
c6c42e334870729a42c8ae00ba1bc586a20de775e5cb8dfa3b4e85d8c2b1f7c5d41046e8aeae1a62edd505f619fe391744e20dd89528088c695f414706550e39
|
||||
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "com.chylex.hee.gradle",
|
||||
"module": "plugins",
|
||||
"version": "1",
|
||||
"attributes": {
|
||||
"org.gradle.status": "release"
|
||||
}
|
||||
},
|
||||
"createdBy": {
|
||||
"gradle": {
|
||||
"version": "7.5.1"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"name": "apiElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-api",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"name": "plugins-1.jar",
|
||||
"url": "plugins-1.jar",
|
||||
"size": 853930,
|
||||
"sha512": "c6c42e334870729a42c8ae00ba1bc586a20de775e5cb8dfa3b4e85d8c2b1f7c5d41046e8aeae1a62edd505f619fe391744e20dd89528088c695f414706550e39",
|
||||
"sha256": "34f79fc527b7a225266633b1e95cf9fd40b9c0ae90361a95db4b5b3b2f705c5e",
|
||||
"sha1": "25b98e7445eeea1915e4f1350fb98d41b2711111",
|
||||
"md5": "327ad8bacd3493a78c16498cab177afd"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "runtimeElements",
|
||||
"attributes": {
|
||||
"org.gradle.category": "library",
|
||||
"org.gradle.dependency.bundling": "external",
|
||||
"org.gradle.jvm.environment": "standard-jvm",
|
||||
"org.gradle.jvm.version": 17,
|
||||
"org.gradle.libraryelements": "jar",
|
||||
"org.gradle.usage": "java-runtime",
|
||||
"org.jetbrains.kotlin.platform.type": "jvm"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"group": "net.minecraftforge.gradle",
|
||||
"module": "ForgeGradle",
|
||||
"version": {
|
||||
"requires": "5.1.+"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.jetbrains.kotlin",
|
||||
"module": "kotlin-gradle-plugin",
|
||||
"version": {
|
||||
"requires": "1.8.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.parchmentmc.librarian.forgegradle",
|
||||
"module": "org.parchmentmc.librarian.forgegradle.gradle.plugin",
|
||||
"version": {
|
||||
"requires": "1.+"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "org.spongepowered",
|
||||
"module": "mixingradle",
|
||||
"version": {
|
||||
"requires": "0.7-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "plugins-1.jar",
|
||||
"url": "plugins-1.jar",
|
||||
"size": 853930,
|
||||
"sha512": "c6c42e334870729a42c8ae00ba1bc586a20de775e5cb8dfa3b4e85d8c2b1f7c5d41046e8aeae1a62edd505f619fe391744e20dd89528088c695f414706550e39",
|
||||
"sha256": "34f79fc527b7a225266633b1e95cf9fd40b9c0ae90361a95db4b5b3b2f705c5e",
|
||||
"sha1": "25b98e7445eeea1915e4f1350fb98d41b2711111",
|
||||
"md5": "327ad8bacd3493a78c16498cab177afd"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
d1b393ef437f35e9a27691366a95e39e
|
||||
@@ -0,0 +1 @@
|
||||
d5114a4b883290dfdf4321be8df4f60f83a18e21
|
||||
@@ -0,0 +1 @@
|
||||
1ddf9b3b4cacc4eed876cab4d4766d93e8ce6833620d0bc4b96dc21caa44e172
|
||||
@@ -0,0 +1 @@
|
||||
4d69cfc4d425c1c729fceab056d2607ac8e88f109db8725448a313a6fda01b245533638006cd0ea99025c8ca7f0350dcc596108d7512c055906c274e1dd35814
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||
<!-- which should be used instead. Do not delete the following line which -->
|
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||
<!-- that they should prefer consuming it instead. -->
|
||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.minecraftforge.gradle</groupId>
|
||||
<artifactId>ForgeGradle</artifactId>
|
||||
<version>5.1.+</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-gradle-plugin</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.parchmentmc.librarian.forgegradle</groupId>
|
||||
<artifactId>org.parchmentmc.librarian.forgegradle.gradle.plugin</artifactId>
|
||||
<version>1.+</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spongepowered</groupId>
|
||||
<artifactId>mixingradle</artifactId>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
a2830a30f38843cd60e6707532e76156
|
||||
@@ -0,0 +1 @@
|
||||
21310571fe96a291d92ccf3cc5b41045c012043c
|
||||
@@ -0,0 +1 @@
|
||||
cb4f23b2e04592b37a278639894e3e3c72603b778ae5856cab36637b444e775e
|
||||
@@ -0,0 +1 @@
|
||||
e91efadc717db22f35b383d6b1439fff43932b4139a67239889e86bb142ecc35b01bb505cc254fc982e1a693916117a6e6faf12a689060e917d45f20c6fc23a5
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104731</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
532cef5f8ebe61c698d6ebd2d55ccb11
|
||||
@@ -0,0 +1 @@
|
||||
66a5fe2b962b9bbe284999386fc6bb91e26e83c1
|
||||
@@ -0,0 +1 @@
|
||||
2fe25a6a6810823290633311f64831e3a8c4661d2a6688381b03fbba94c6e04b
|
||||
@@ -0,0 +1 @@
|
||||
8be0060fbd77658fd69abca1c97cd682bd683f024cfe16d9790c6cb95dc179e5c024f412c181ae4b29cf15843b953d5aafafcb05df6564fdfe99be7e496bd538
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>hee.forge</groupId>
|
||||
<artifactId>hee.forge.gradle.plugin</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
8f005d28c8899738a612cf5e58ab763b
|
||||
+1
@@ -0,0 +1 @@
|
||||
72bc41ff758a20023ea33ecb4895a5703d20f769
|
||||
+1
@@ -0,0 +1 @@
|
||||
c87d9c1f155e8d57634be0308af049c602becd2e9ce3be9a32000eb534d2d150
|
||||
+1
@@ -0,0 +1 @@
|
||||
91c2b331568b37c9c19a2935a0066d6b3c9cfb7c32a59d93a379b65708158303b1768bbf31b74f1bc96cf542019a6cbba2d3a340055d26338ff0b025a93ba2fc
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>hee.forge</groupId>
|
||||
<artifactId>hee.forge.gradle.plugin</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104724</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
86d80c0b115a35e03cae0e9dab0be75b
|
||||
@@ -0,0 +1 @@
|
||||
16499be6397dd63dc7e81142f3cda1f8109ca9f0
|
||||
@@ -0,0 +1 @@
|
||||
635115d09568353c8b7c6091e1ee7c05fa33da71d12cea6a91d373943df613d4
|
||||
@@ -0,0 +1 @@
|
||||
68d68d2f96b91e8fef0eaec55e3e260f0d8c4418610fd96fd41669b9eb84144bb2c86aae0fe320b4ca943a74d64b4144bd5214c76a06bc8d2e481cd0685b304d
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>hee.java</groupId>
|
||||
<artifactId>hee.java.gradle.plugin</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
ac1b7ed6a176da9587ae6f621f7e24bf
|
||||
+1
@@ -0,0 +1 @@
|
||||
11fec6852ff9a0f76628c1b4ff1ffe4c75c914fa
|
||||
+1
@@ -0,0 +1 @@
|
||||
fe771766068f84f95b47a44c641271a52a088a7a4130a2d8024004e8912a0554
|
||||
+1
@@ -0,0 +1 @@
|
||||
051560621558bd04e007a6a67f2e53f718375014720602bb675ccafc598f38fc81966d779191cc5cd5335d8d16a303d09dab65c18d1d6fdf39ad186ec073c9ee
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>hee.java</groupId>
|
||||
<artifactId>hee.java.gradle.plugin</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104724</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
ddc2a83e0d723f35a9d198463f75afe9
|
||||
@@ -0,0 +1 @@
|
||||
800fb25b482d0d7deafb3b3d4ba8a2107d685023
|
||||
@@ -0,0 +1 @@
|
||||
adb92ad13ec8cf614832e81259cbbf275f8cefc6ca85efb0e0b19f72508b6b8b
|
||||
@@ -0,0 +1 @@
|
||||
b53d2d545bedaf6ac0b26d2d66a5dd1f69dc02280468078b0f3ae60ddb57b824a902e9cb97da903ccc175c4d04a13dfa52a227277deb07a6176ecd6b3355f022
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>hee.kotlin</groupId>
|
||||
<artifactId>hee.kotlin.gradle.plugin</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
98e1ec575082911834164fdacc463b55
|
||||
+1
@@ -0,0 +1 @@
|
||||
bb72ef43ab5bbe88d0512362f170fc0ae45304ac
|
||||
+1
@@ -0,0 +1 @@
|
||||
667ba69ba9834612da77498c9d321a626375640aa25a006defb4cac680f9c916
|
||||
+1
@@ -0,0 +1 @@
|
||||
04ed0c0b11e8436f73ff45e73a08e6181c1dfe9b30b6943e0105d25cdded9ef8e28a22b84565afb139d111671072ba4c1acc04e79d4efed2d5195cab984a5e37
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>hee.kotlin</groupId>
|
||||
<artifactId>hee.kotlin.gradle.plugin</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104724</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
@@ -0,0 +1 @@
|
||||
2a6791fc10d18700c4d2d90ee42bb10d
|
||||
@@ -0,0 +1 @@
|
||||
9eba40923a5db98ff8d3664dc0e5fbb70a0f1f35
|
||||
+1
@@ -0,0 +1 @@
|
||||
9200a3c10b73033039a76de670c88977c3f5bd2a57bb55b446b76f1ec0f9032f
|
||||
+1
@@ -0,0 +1 @@
|
||||
357416a672d0256c6162304e1453d5776683f5d934d02a77c6714ffe040d70f4bf3566364c07a8651146a3d4b8f6762dd43fc14301567e601b6c0f2ac40e239e
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>hee.minecraft</groupId>
|
||||
<artifactId>hee.minecraft.gradle.plugin</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
ffe775f0b29a8ca11d52de40fb60703c
|
||||
+1
@@ -0,0 +1 @@
|
||||
f5a290f8d21d893403809403f816bd759edb0ae5
|
||||
+1
@@ -0,0 +1 @@
|
||||
d8fc7322ccf9830a7d27c7e757ebb4a2fac0e9192f4afcc848c7824c1cd3c47d
|
||||
+1
@@ -0,0 +1 @@
|
||||
92d3d35dd0f86697d5b4761b6f6a82dbad7e7c7dd2b0508886cbb791784e5ce21eed12cd728b231778b0a94999dec442ee4ccc07d7d4c41695f2f42564a31474
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>hee.minecraft</groupId>
|
||||
<artifactId>hee.minecraft.gradle.plugin</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104724</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
+1
@@ -0,0 +1 @@
|
||||
2e495e0fbf39de9f25fc5b1d1a47553b
|
||||
+1
@@ -0,0 +1 @@
|
||||
2fc69e2b7ab6a2a76dd241cf421ffca95d4777f6
|
||||
+1
@@ -0,0 +1 @@
|
||||
937e32cb00f57a532dbb69008764a1f4b67be899889b842753261fccb6930b93
|
||||
+1
@@ -0,0 +1 @@
|
||||
b4b0e08884c65caa43daac900bd30a0792257d161e9ce37da606f874f8ff5427dc8b4b1d8bdd5c49e4629693ed996ce520fbf1b471ecbe34985e6d48a3aa87b4
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>hee.vanilla</groupId>
|
||||
<artifactId>hee.vanilla.gradle.plugin</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.chylex.hee.gradle</groupId>
|
||||
<artifactId>plugins</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
4a04806ae7945156f7f0946751946fa6
|
||||
+1
@@ -0,0 +1 @@
|
||||
d7c3731fd415e6c27f77085956a316c1ceb847b5
|
||||
+1
@@ -0,0 +1 @@
|
||||
24b56698554741bc8c8b803dcf332e48598210fda02bf5c1c3324a52765f5aa1
|
||||
+1
@@ -0,0 +1 @@
|
||||
02ae32e3dba0656a26c6d0fc57e45d0ae6b962dadc286e1e08467c06d033ddb046451d23beef2a4b0b0688793a7b6b6ca7b3d5adfa126a1f0d89dd39cb1749af
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>hee.vanilla</groupId>
|
||||
<artifactId>hee.vanilla.gradle.plugin</artifactId>
|
||||
<versioning>
|
||||
<latest>1</latest>
|
||||
<release>1</release>
|
||||
<versions>
|
||||
<version>1</version>
|
||||
</versions>
|
||||
<lastUpdated>20230219104724</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user