Skip to content

Commit

Permalink
修复自动构建缺少的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
sddsd2332 committed Nov 6, 2022
1 parent 99119fa commit 083e43f
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gradle/minecraft/CraftTweaker2-MC1120-Main-1.12-4.1.19.548.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>CraftTweaker2</groupId>
<artifactId>CraftTweaker2-MC1120-Main</artifactId>
<version>1.12-4.1.19.548</version>
<dependencies>
<dependency>
<groupId>CraftTweaker2</groupId>
<artifactId>ZenScript</artifactId>
<version>4.1.19.548</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>CraftTweaker2</groupId>
<artifactId>CraftTweaker2-API</artifactId>
<version>4.1.19.548</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75a0c9b11e75555a7dd1eed1ce90084e
Binary file not shown.
1 change: 1 addition & 0 deletions .gradle/minecraft/Hwyla-1.8.26-B41_1.12.2-api.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f7d2a98ab6b0689e71668f0cdb48a3ed
Binary file not shown.
1 change: 1 addition & 0 deletions .gradle/minecraft/InventoryTweaks-1.64+dev.146-api.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d3ca2701d9553025801ebceba113dcca
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
64f1b16899352308f820402c67cb575e
Binary file added .gradle/minecraft/annotations-17.0.0.jar
Binary file not shown.
1 change: 1 addition & 0 deletions .gradle/minecraft/annotations-17.0.0.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7b06437ed47fa7b4a8ec8909f4fb9022

0 comments on commit 083e43f

Please sign in to comment.