You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/internal/bundler/BundleElement.java
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/internal/bundler/BundlerMetadata.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,12 @@ public abstract class BundlerMetadata {
59
59
/**
60
60
* Attempt to read bundler metadata from a jar.
61
61
*
62
-
* <p>If the jar is not a Minecraft bundler jar, an empty {@link Optional} will be returned.</p>
62
+
* <p>If the jar is not a Minecraft bundler jar, an empty {@link Optional} will
63
+
* be returned.</p>
63
64
*
64
65
* @param jar the jar to read
65
66
* @return parsed metadata
67
+
* @throws IOException if an error occurs while trying to read from the jar
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/internal/repository/LauncherMetaMetadataSupplierAndArtifactProducer.java
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/internal/repository/MinecraftRepositoryPlugin.java
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/internal/transformer/AtlasTransformers.java
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/repository/MinecraftResolver.java
Copy file name to clipboardExpand all lines: subprojects/gradle-plugin/src/main/java/org/spongepowered/gradle/vanilla/repository/MinecraftResolverImpl.java
0 commit comments