Skip to content

Commit

Permalink
Added a Local Maven Publish for BDD Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Sep 12, 2024
1 parent 19fa456 commit f1e5e00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,21 @@ tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'
}

publishing {
publications {
mavenJava(MavenPublication) {
from components.java
groupId = 'software.bluelib'
artifactId = 'bluelib'
version = '1.0.0'
}
}
repositories {
mavenLocal()
}
}


eclipse {
synchronizationTasks 'genEclipseRuns'
}
Expand Down

0 comments on commit f1e5e00

Please sign in to comment.