mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-27 06:10:08 +08:00
fix: #769
This commit is contained in:
parent
c3f19d2c4a
commit
7f674f237b
12
build.gradle
12
build.gradle
@ -14,6 +14,7 @@ version '3.0'
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'com.github.hierynomus.license'
|
||||
|
||||
repositories {
|
||||
@ -46,6 +47,17 @@ subprojects {
|
||||
java='SLASHSTAR_STYLE'
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
defaultTasks 'clean', 'build'
|
||||
|
Loading…
Reference in New Issue
Block a user