Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuchaz committed Feb 11, 2022
2 parents 76523bd + 84abf2c commit f15b8f0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.0'
group = 'com.yourname.modid' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'modid'
version = '2.4.5'
group = 'jds' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'BiblioCraft'

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

Expand Down Expand Up @@ -85,12 +85,12 @@ dependencies {
jar {
manifest {
attributes([
"Specification-Title": "examplemod",
"Specification-Vendor": "examplemodsareus",
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"examplemodsareus",
"Specification-Title": "bibliocraft",
"Specification-Vendor": "Nuchaz",
"Specification-Version": "2.4.5",
"Implementation-Title": "BiblioCraft",
"Implementation-Version": "2.4.5",
"Implementation-Vendor" : "Nuchaz",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}
Expand Down

0 comments on commit f15b8f0

Please sign in to comment.