Skip to content

Commit

Permalink
nvm we need that for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 10, 2024
1 parent 9410e4d commit 4bb4bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ repositories {
name "Quilt Snapshot Repository"
url "https://maven.quiltmc.org/repository/snapshot"
}
// remove when ASM fix is released
maven {
url = "https://repository.ow2.org/nexus/content/repositories/snapshots/"
}
mavenLocal()
}

Expand Down
4 changes: 0 additions & 4 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ repositories {
name "Mojang"
url 'https://libraries.minecraft.net/'
}
maven {
// Vineflower snapshots
url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
// remove when ASM fix is released
maven {
url = "https://repository.ow2.org/nexus/content/repositories/snapshots/"
Expand Down

1 comment on commit 4bb4bfc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No diff file generated.

Please sign in to comment.