Skip to content

Instantly share code, notes, and snippets.

@ilwsm
Created February 28, 2019 11:34
Show Gist options
  • Save ilwsm/dbbdd61a147bb577f089209ce0d5ad17 to your computer and use it in GitHub Desktop.
Save ilwsm/dbbdd61a147bb577f089209ce0d5ad17 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
}
maven {
url 'https://www.jetbrains.com/intellij-repository/releases'
}
}
dependencies {
}
}
plugins {
id 'idea'
id 'java'
id 'org.jetbrains.intellij' version '0.4.3'
}
group 'org.kinocat'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
intellij {
version 'CL-2018.3.4'
sandboxDirectory = "C:/Users/Andrey/.CLion2018.3"
pluginName 'Helper'
localPath 'F:/Run/Lprogr/JetBrains/CLion/'
alternativeIdePath 'F:/Run/Lprogr/JetBrains/CLion/'
downloadSources false
type 'CL'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment