Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Commits
19142feb
Commit
19142feb
authored
4 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
unignore the gradle wrapper jar
parent
47cd59c9
No related branches found
No related tags found
No related merge requests found
Pipeline
#9952
failed
4 years ago
Stage: build
Stage: jar
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-2
3 additions, 2 deletions
.gitignore
gradle/wrapper/gradle-wrapper.jar
+0
-0
0 additions, 0 deletions
gradle/wrapper/gradle-wrapper.jar
with
3 additions
and
2 deletions
.gitignore
+
3
−
2
View file @
19142feb
...
@@ -7,8 +7,6 @@
...
@@ -7,8 +7,6 @@
# Ignore Gradle GUI config
# Ignore Gradle GUI config
gradle-app.setting
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
# Cache of project
.gradletasknamecache
.gradletasknamecache
...
@@ -44,6 +42,9 @@ gen
...
@@ -44,6 +42,9 @@ gen
*.tar.gz
*.tar.gz
*.rar
*.rar
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
hs_err_pid*
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.jar
0 → 100644
+
0
−
0
View file @
19142feb
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment