Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Publish to diff path so gh can recognize it
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticVerse committed Jun 5, 2024
1 parent 9c1b3d7 commit c981f16
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 @@ -152,7 +152,7 @@ publishing {
repositories {
maven {
// NEVER RUN MANUALLY!!!!!!!!!! this is used by gh actions to commit these changes to the m2 repo
url = "file://${project.projectDir}/"
url = "file://${project.projectDir}/m2/"
}
}
}
Expand Down

0 comments on commit c981f16

Please sign in to comment.