Skip to content

Commit

Permalink
Local publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 24, 2024
1 parent 0ac6f48 commit 1f90223
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ publishing {
from components.java
}
}
}

// Task to publish artifacts to local Maven repository
task publishToMavenLocal(type: PublishToMavenLocal) {
dependsOn publishing
repositories {
mavenLocal()
}
}

0 comments on commit 1f90223

Please sign in to comment.