mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
project setup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
@@ -0,0 +1,3 @@
|
||||
\.gradle/
|
||||
build/
|
||||
\.idea/
|
||||
@@ -0,0 +1,14 @@
|
||||
buildscript {
|
||||
repositories { jcenter() }
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:+"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
repositories { jcenter() }
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:1.0.+"
|
||||
testCompile "junit:junit:4.+"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rootProject.name = 'update-server-mock'
|
||||
Reference in New Issue
Block a user