File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " cc.tweaked"
9- version = " 0.9.3 "
9+ version = " 0.9.4 "
1010
1111java {
1212 toolchain {
@@ -136,29 +136,29 @@ publishing {
136136 pom {
137137 name = " Cobalt"
138138 description = " A reentrant fork of LuaJ for Lua 5.2"
139- url = " https://github.com/SquidDev /Cobalt"
139+ url = " https://github.com/cc-tweaked /Cobalt"
140140
141141 scm {
142- url = " https://github.com/SquidDev /Cobalt.git"
142+ url = " https://github.com/cc-tweaked /Cobalt.git"
143143 }
144144
145145 issueManagement {
146146 system = " github"
147- url = " https://github.com/SquidDev /Cobalt/issues"
147+ url = " https://github.com/cc-tweaked /Cobalt/issues"
148148 }
149149
150150 licenses {
151151 license {
152152 name = " MIT"
153- url = " https://github.com/SquidDev /Cobalt/blob/master/LICENSE"
153+ url = " https://github.com/cc-tweaked /Cobalt/blob/master/LICENSE"
154154 }
155155 }
156156 }
157157 }
158158 }
159159
160160 repositories {
161- maven(" https://squiddev.cc/maven " ) {
161+ maven(" https://maven. squiddev.cc" ) {
162162 name = " SquidDev"
163163 credentials(PasswordCredentials ::class )
164164 }
You can’t perform that action at this time.
0 commit comments