-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove multiple uploads (#985)
* chore: remove multiple uploads * add debug option * remove component java * copy example from github * comment out sourcejar and javadocjar tasks * enable build cache * publish pluginMaven * disable auto publishing in java-gradle-plugin * add java components * remove debug option * disable module metadata generation
- Loading branch information
1 parent
f4c4153
commit 8850c5c
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
**/*.iml | ||
target/ | ||
.idea/modules.xml | ||
.idea/misc.xml | ||
.idea/compiler.xml | ||
.idea/vcs.xml | ||
.idea/uiDesigner.xml | ||
.idea/encodings.xml | ||
.idea/libraries/ | ||
.idea/workspace.xml | ||
.idea/jarRepositories.xml | ||
.idea/codeStyles/Project.xml | ||
.idea/codeStyles/codeStyleConfig.xml | ||
.idea/* | ||
.classpath | ||
.project | ||
.settings/* | ||
.metadata/* | ||
.DS_Store | ||
.checkstyle | ||
.mvn/wrapper/maven-wrapper.jar | ||
app-maven-plugin/installPlugin.txt | ||
app-gradle-plugin/.gradle/ | ||
app-gradle-plugin/build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters