Skip to content

Commit

Permalink
More JitPack config
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Oct 3, 2018
1 parent e087e54 commit e146742
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,21 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
from 'src/main/java'
}
//
//// TODO upload to bintray properly
//
//artifacts {
// archives sourcesJar
//}
//
//task createPom << {
// pom {
// project {
// groupId 'tk.superl2'
// artifactId 'libepimetheus'
// version '1.0'
// inceptionYear '2017'
// licenses {
// license {
// name 'GPL-3.0'
// }
// }
// }
// }.writeTo('build/pom.xml')
//}

artifacts {
archives sourcesJar
}

install {
repositories.mavenInstaller {
pom.project {
licenses {
license {
name 'GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007'
url 'https://www.gnu.org/licenses/gpl-3.0.en.html'
distribution 'repo'
}
}
}
}
}

0 comments on commit e146742

Please sign in to comment.