Created
February 28, 2019 11:34
-
-
Save ilwsm/dbbdd61a147bb577f089209ce0d5ad17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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