diff --git a/.idea/README.md b/.idea/README.md new file mode 100644 index 000000000..791237770 --- /dev/null +++ b/.idea/README.md @@ -0,0 +1,10 @@ +# Spinnaker IntelliJ IDEA files + +IntelliJ IDEA will modify some of these files from their checked-in versions when the project is +opened. To work around this, the Spinnaker Gradle plugin will mark these files in Git as "assume +unchanged", telling Git to ignore any local changes. If you want to commit changes to these files, +you will need to undo that. + +```bash +$ git update-index --no-assume-unchanged $FILENAME +``` diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 000000000..a1757ae52 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/ALS2.xml b/.idea/copyright/ALS2.xml new file mode 100644 index 000000000..2f6849bb3 --- /dev/null +++ b/.idea/copyright/ALS2.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 000000000..5c6994bea --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/google-java-format.xml b/.idea/google-java-format.xml new file mode 100644 index 000000000..4a0e553c7 --- /dev/null +++ b/.idea/google-java-format.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 000000000..4aa6c33c7 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index dfab9b17f..7e3236bb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ fiatVersion=1.1.0 enablePublishing=false korkVersion=5.5.2 -spinnakerGradleVersion=6.5.0 +spinnakerGradleVersion=6.7.0 org.gradle.parallel=true