ci: fix ci error
github packages is occuring some unknown issues
This commit is contained in:
@@ -99,15 +99,6 @@ publishing {
|
||||
password = providers.gradleProperty("repo.maven-central.password").get()
|
||||
}
|
||||
}
|
||||
|
||||
maven {
|
||||
name = "githubPackages"
|
||||
url = URI(providers.gradleProperty("repo.github.host").get())
|
||||
credentials {
|
||||
username = providers.gradleProperty("repo.github.username").get()
|
||||
password = providers.gradleProperty("repo.github.password").get()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user