File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.jfrog.bintray' version ' 1.8.4'
3+ id ' java'
34 id ' java-library'
45 id ' idea'
56 id ' maven-publish'
@@ -20,7 +21,7 @@ repositories{
2021}
2122
2223jar {
23- getArchiveFileName(). set(" JavaBotBlockAPI" )
24+ getArchiveFileName(). set(" JavaBotBlockAPI.jar " )
2425}
2526
2627dependencies {
@@ -44,6 +45,7 @@ task javadocJar(type: Jar, dependsOn: javadoc){
4445}
4546
4647artifacts {
48+ archives jar
4749 archives sourcesJar
4850 archives javadocJar
4951 archives shadowJar
Original file line number Diff line number Diff line change 22<!-- NewPage -->
33< html lang ="de ">
44< head >
5- <!-- Generated by javadoc (11.0.4) on Mon Mar 23 18:28:41 CET 2020 -->
6- < title > All Classes (JavaBotBlockAPI 5.1.13 API)</ title >
5+ <!-- Generated by javadoc (11.0.4) on Mon Mar 30 15:04:36 CEST 2020 -->
6+ < title > All Classes (JavaBotBlockAPI 5.1.14 API)</ title >
77< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
8- < meta name ="dc.created " content ="2020-03-23 ">
8+ < meta name ="dc.created " content ="2020-03-30 ">
99< link rel ="stylesheet " type ="text/css " href ="stylesheet.css " title ="Style ">
1010< link rel ="stylesheet " type ="text/css " href ="jquery/jquery-ui.css " title ="Style ">
1111< script type ="text/javascript " src ="script.js "> </ script >
You can’t perform that action at this time.
0 commit comments