Skip to content

Commit

Permalink
better dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
IOOI-SqAR committed Jan 2, 2024
1 parent cd58332 commit f382e29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ java {
targetCompatibility = '21'
}

build.dependsOn (':JTCEMUCommon:build', ':JTCEMU:build', ':JTCemuFX:build',':VirtualJTCCommon:build')
dependencies {
compileOnly project(':JTCEMUCommon')
compileOnly project(':JTCEMU')
compileOnly project(':JTCemuFX')
compileOnly project(':VirtualJTCCommon')
}

repositories {
mavenCentral()
Expand Down

0 comments on commit f382e29

Please sign in to comment.