mirror of
https://github.com/chylex/IntelliJ-Disable-Task-Contexts.git
synced 2025-04-08 15:15:42 +02:00
Update .gitignore and build.gradle.kts
This commit is contained in:
parent
3c3ef7f2d3
commit
6a20bffc16
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,9 +1,8 @@
|
||||
/.idea/dictionaries
|
||||
/.idea/inspectionProfiles
|
||||
/.idea/jarRepositories.xml
|
||||
/.idea/misc.xml
|
||||
/.idea/*.iml
|
||||
/.idea/.name
|
||||
/.idea/*
|
||||
!/.idea/compiler.xml
|
||||
!/.idea/encodings.xml
|
||||
!/.idea/gradle.xml
|
||||
!/.idea/vcs.xml
|
||||
|
||||
/.gradle/
|
||||
/build/
|
||||
|
@ -1,8 +1,10 @@
|
||||
@file:Suppress("ConvertLambdaToReference")
|
||||
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.6.10"
|
||||
id("org.jetbrains.intellij") version "1.5.2"
|
||||
id("org.jetbrains.intellij") version "1.8.0"
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.disabletaskcontexts"
|
||||
|
Loading…
Reference in New Issue
Block a user