Skip to content

Commit 24975c7

Browse files
committed
Fix refined storage build issues
1 parent 8ff76db commit 24975c7

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

build.gradle

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ neoForge {
112112

113113
repositories {
114114
mavenCentral()
115+
maven {
116+
name = "Intelligence Mirror Repo"
117+
url = "https://mvn.intelligence-modding.de/Minecraft"
118+
content {
119+
includeGroup("com.refinedmods.refinedstorage")
120+
}
121+
}
115122
maven {
116123
name = "Blamejared maven botania patchouli"
117124
url = 'https://maven.blamejared.com'
@@ -178,20 +185,6 @@ repositories {
178185
includeGroup("me.shedaniel.cloth")
179186
}
180187
}
181-
maven {
182-
url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage2")
183-
credentials {
184-
username = "anything"
185-
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
186-
}
187-
}
188-
maven {
189-
url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage-mekanism-integration")
190-
credentials {
191-
username = "anything"
192-
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
193-
}
194-
}
195188
maven {
196189
name = "EMI"
197190
url = uri("https://maven.terraformersmc.com/")

src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSCraftJob.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package de.srendi.advancedperipherals.common.addons.refinedstorage;
22

3-
import com.refinedmods.refinedstorage.api.autocrafting.calculation.CancellationToken;
43
import com.refinedmods.refinedstorage.api.autocrafting.preview.Preview;
54
import com.refinedmods.refinedstorage.api.autocrafting.preview.PreviewType;
65
import com.refinedmods.refinedstorage.api.autocrafting.status.TaskStatus;

0 commit comments

Comments
 (0)