File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
82
82
83
83
// DevAuth
84
- modRuntimeOnly " me.djtheredstoner:DevAuth-fabric:${ devauth_version} "
84
+ modLocalRuntime " me.djtheredstoner:DevAuth-fabric:${ devauth_version} "
85
85
86
86
// Netty
87
87
includeApi " io.netty:netty-codec-http:${ project.netty_version} "
@@ -150,8 +150,8 @@ publishing {
150
150
name = " OffsetMonkey538"
151
151
url = " https://maven.offsetmonkey538.top/releases"
152
152
credentials {
153
- username = System . getenv(" MAVEN_USERNAME" )
154
- password = System . getenv(" MAVEN_PASSWORD" )
153
+ username = providers . gradleProperty( " OffsetMonkey538Username " ) . getOrElse( System . getenv(" MAVEN_USERNAME" ) )
154
+ password = providers . gradleProperty( " OffsetMonkey538Password " ) . getOrElse( System . getenv(" MAVEN_PASSWORD" ) )
155
155
}
156
156
authentication {
157
157
basic(BasicAuthentication )
You can’t perform that action at this time.
0 commit comments