mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 17:29:55 +00:00
Fixing LICENSE; adding source jar #62
This commit is contained in:
parent
56dca70bbb
commit
a75083f29b
@ -24,8 +24,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander (Swing)',
|
||||
attributes 'Implementation-Title': "AppleCommander 'ac'",
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -17,8 +17,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Swing)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Linux Arm)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Linux)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Mac Arm)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Mac)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -21,8 +21,8 @@ application {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
attributes 'Implementation-Title': 'AppleCommander (Windows)',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ tasks.withType(Jar) {
|
||||
attributes 'Implementation-Title': 'AppleCommander',
|
||||
'Implementation-Version': archiveVersion
|
||||
}
|
||||
from('LICENSE')
|
||||
from('../../LICENSE')
|
||||
}
|
||||
|
||||
javadoc {
|
||||
@ -27,3 +27,8 @@ javadoc {
|
||||
source = sourceSets.main.allJava
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user