Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fab82f8

Browse files
Remove IDE or platform specific code
1 parent e7987b2 commit fab82f8

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

‎.gitignore

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1+
# Binaries
12
bin/
23
build/
34

4-
# Eclipse
5-
.classpath
6-
.settings
7-
.project
8-
95
# Gradle
106
.gradle
11-
12-
# IntelliJ IDEA
13-
*.iml
14-
*.ipr
15-
*.iws
16-
/out
17-
18-
.DS_Store

‎build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ plugins {
22
id "com.jfrog.bintray" version "1.7.3"
33
}
44
apply plugin: 'java'
5-
apply plugin: 'eclipse'
6-
apply plugin: 'idea'
75
apply plugin: 'maven-publish'
86

97
sourceCompatibility = 1.6

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /