Add custom rules
Add as dependency
<repositories>
<repository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>cn.superiormc.mythicchanger</groupId>
<artifactId>plugin</artifactId>
<version>[PLUGIN VERSION]</version>
<scope>provided</scope>
</dependency>
</dependencies>repositories {
maven {
url "https://repo.lanink.cn/repository/maven-public/"
}
}
dependencies {
compileOnly group: 'cn.superiormc.mythicchanger', name: 'plugin', version: '[PLUGIN VERSION]'
}
How to do that?
Want me help you add?
Last updated