Misc cleanup in docs and samples.

This commit is contained in:
JohnHake 2019-06-19 10:51:02 -07:00
parent d64f528bb4
commit 1fc2b49810
4 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
# Created by .ignore support plugin (hsz.mobi)
### Gradle template
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.8'
id 'org.jetbrains.intellij' version '0.4.9'
}
sourceCompatibility = 1.8

View File

@ -15,7 +15,7 @@
<idea-version since-build="183"/>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<description>

View File

@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.intellij" version "0.4.8"
id "org.jetbrains.intellij" version "0.4.9"
}