Skip to content

Commit

Permalink
Added a Local Maven for Testing (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 authored Sep 12, 2024
1 parent be76399 commit 473ac15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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
4 changes: 2 additions & 2 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ license="${mod_license}"
modId="${mod_id}"
version="${mod_version}"
displayName="${mod_name}"
displayURL="https://github.com/MeAlam1/BlueLib/wiki"
#logoFile="examplemod.png"
displayURL="https://mealam1.github.io/BlueLib/"
logoFile="bluelib.png"
credits="Anyone who contributed to the Source Code of BlueLib!"
authors="${mod_authors}"
description='''${mod_description}'''
Expand Down
Binary file added Forge/src/main/resources/bluelib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 473ac15

Please sign in to comment.