Skip to content

Commit

Permalink
update jm as testmod runtimeonly
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Apr 8, 2024
1 parent 90ce836 commit 6ddaf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.loader_version}"
testmodImplementation "curse.maven:journeymap-${project.jm_project_id}:${project.jm_file_id}"
testmodRuntimeOnly "curse.maven:journeymap-${project.jm_project_id}:${project.jm_file_id}"
// for annotations
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'

Expand Down

0 comments on commit 6ddaf63

Please sign in to comment.