Skip to content

Commit 53950e7

Browse files
committed
Fix java-jars not building correctly
1 parent 6e85ed0 commit 53950e7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins{
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

2223
jar{
23-
getArchiveFileName().set("JavaBotBlockAPI")
24+
getArchiveFileName().set("JavaBotBlockAPI.jar")
2425
}
2526

2627
dependencies{
@@ -44,6 +45,7 @@ task javadocJar(type: Jar, dependsOn: javadoc){
4445
}
4546

4647
artifacts{
48+
archives jar
4749
archives sourcesJar
4850
archives javadocJar
4951
archives shadowJar

docs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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>

0 commit comments

Comments
 (0)