Skip to content

Commit 6750e64

Browse files
authored
Use releases rather than snapshots from FTB Maven (#1077)
1 parent 7bd44bd commit 6750e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ repositories {
108108
}
109109
}
110110
maven {
111-
url "https://maven.ftb.dev/snapshots"
111+
url "https://maven.ftb.dev/releases"
112112
content {
113113
includeGroup "dev.ftb.mods"
114114
}

0 commit comments

Comments
 (0)