Skip to content

Commit

Permalink
Attempt to fix dependency resolution issues
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 28, 2024
1 parent 6d81f76 commit 0ea3748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies {
api("com.google.inject:guice:${project.guice_version}") {
exclude(group: 'com.google.guava')
}
api 'javax.inject:javax.inject:1'
api 'jakarta.inject:jakarta.inject-api:2.0.1'
api 'aopalliance:aopalliance:1.0'
implementation 'javax.inject:javax.inject:1'
implementation 'jakarta.inject:jakarta.inject-api:2.0.1'
implementation 'aopalliance:aopalliance:1.0'

testImplementation "org.junit.jupiter:junit-jupiter-api:${project.junit_version}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${project.junit_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ forge_update_json_url=https://api.modrinth.com/updates/annotated-di/forge_update
# Mod Properties
maven_group=dev.the-fireplace
archives_base_name=Annotated-DI
mod_version=4.0.4
mod_version=4.0.5
release_type=release
license_id=Apache-2.0
license_name=Apache License 2.0
Expand Down

0 comments on commit 0ea3748

Please sign in to comment.