Skip to content

Commit

Permalink
chore: 🔧 Fixing core dependency to include snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Sep 7, 2023
1 parent ff87fc5 commit a8892db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ dependencies {
implementation project(':SophisticatedCore')
testImplementation project(':SophisticatedCore')
} else {
compileOnly fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
compileOnly fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
transitive = false
}
runtimeOnly fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
runtimeOnly fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
transitive = false
}
testImplementation fg.deobf("sophisticatedcore:sophisticatedcore:${sc_version}") {
testImplementation fg.deobf("sophisticatedcore:sophisticatedcore:[${sc_version},)") {
transitive = false
}
}
Expand Down

0 comments on commit a8892db

Please sign in to comment.