Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ATVG-Studios
kLib
Commits
925a8778
Verified
Commit
925a8778
authored
Dec 08, 2020
by
AtjonTV
Browse files
Build: Bring back JavaDoc and Source jars
parent
387efcd6
Pipeline
#2407
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
925a8778
...
...
@@ -63,7 +63,6 @@ wrapper {
// }
//}
jar
{
manifest
{
attributes
'Specification-Title'
:
"kLib"
...
...
@@ -92,6 +91,11 @@ dokka {
def
buildEnvironment
=
System
.
getenv
(
"BUILD_ENVIRONMENT"
)
def
buildEnvGitlab
=
"Gitlab-CI"
java
{
withJavadocJar
()
withSourcesJar
()
}
publishing
{
publications
{
mavenKotlin
(
MavenPublication
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment