Skip to content

Commit a479935

Browse files
committed
deployment fix
1 parent 73af3c9 commit a479935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ modGroup = com.falsepattern.lib
1414
#
1515

1616
# The server to upload the artifacts to
17-
repositoryURL = https://maven.falsepattern.com
17+
repositoryURL = https://mvn.falsepattern.com/releases
1818

1919
# What name is the login information inside ~/.m2/settings.xml stored under
2020
# (see https://gist.github.com/FalsePattern/82d93e3cfab01f671cc5f4a95931cfe3 for an example)
21-
repositoryName = mavenpattern
21+
repositoryName = mvnpattern
2222

2323
# What the artifact should be called. These will be the "name" of the published package, suffixed with the minecraft version with a -mc prefix (groupid:artifactid-mcminecraftVersion:version:qualifier).
2424
# For instance, the default values this example ships with would turn into com.myname:mymodid-mc1.7.10:version

0 commit comments

Comments
 (0)