Skip to content

Commit

Permalink
version-use snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Dec 16, 2024
1 parent 41e5781 commit d1ba264
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {

allprojects {
group = "net.ximatai.muyun"
// version = "1.0.0-SNAPSHOT"
version = "0.1.9"
version = "1.0.0-SNAPSHOT"
// version = "0.1.9"

repositories {
mavenLocal()
Expand Down Expand Up @@ -68,18 +68,18 @@ subprojects {
}
}
repositories {
maven {
url = uri(layout.buildDirectory.dir("repo"))
}

// maven {
// url = uri("http://192.168.6.205:8081/repository/maven-snapshots/")
// isAllowInsecureProtocol = true
// credentials {
// username = findProperty("office.maven.username").toString()
// password = findProperty("office.maven.password").toString()
// }
// url = uri(layout.buildDirectory.dir("repo"))
// }

maven {
url = uri("http://192.168.6.205:8081/repository/maven-snapshots/")
isAllowInsecureProtocol = true
credentials {
username = findProperty("office.maven.username").toString()
password = findProperty("office.maven.password").toString()
}
}
}
}

Expand Down

0 comments on commit d1ba264

Please sign in to comment.