Skip to content

Commit ba55cb2

Browse files
GrapeBaBagermanattanasio
authored andcommitted
[java-sdk] Fix idea build and ignore idea .ipr file (#228)
1 parent 425d8c7 commit ba55cb2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ gradlew.bat
1212
target
1313
bin/
1414
*.iml
15+
*.ipr
16+
*.iws
1517
src/test/resources/config.properties

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'maven'
33
apply plugin: 'eclipse'
4+
apply plugin: 'idea'
45

56
sourceCompatibility = 1.6
67
targetCompatibility = 1.6

0 commit comments

Comments
 (0)