Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
8c0584bb
Commit
8c0584bb
authored
Feb 15, 2019
by
UpcraftLP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentation
parent
9101ee4e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
build.gradle
build.gradle
+6
-6
gradle.properties
gradle.properties
+0
-0
No files found.
build.gradle
View file @
8c0584bb
...
...
@@ -63,12 +63,15 @@ jar {
// configure the maven publication
publishing
{
publications
{
mavenJava
(
MavenPublication
)
{
// add all the jars that should be included when publishing to maven
artifact
jar
artifact
(
jar
)
{
builtBy
remapJar
}
artifact
javadocJar
artifact
sourcesJar
artifact
(
sourcesJar
)
{
builtBy
remapSourcesJar
}
}
}
...
...
@@ -78,8 +81,5 @@ publishing {
// mavenLocal()
}
}
// make sure that jars are properly remapped before uploading
tasks
.
publish
.
dependsOn
build
tasks
.
build
.
dependsOn
javadocJar
gradle.properties
View file @
8c0584bb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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