Commit d22946a8 authored by duanledexianxianxian's avatar duanledexianxianxian 😁

update .gitignore

parent 2b2373f8
plugins {
id 'java'
}
group 'com.duanledexianxianxian.plugins.idea'
version '1.0-SNAPSHOT'
//subprojects {
//// dependencies {
//// testCompile group: 'junit', name: 'junit', version: '4.12'
//// compile group: 'com.baomidou', name: 'mybatis-plus-generator', version: '3.2.0'
//// providedCompile group: 'org.projectlombok', name: 'lombok', version: '1.18.10'
//// }
//}
allprojects {
sourceCompatibility = 1.8
}
//dependencies {
// testCompile group: 'junit', name: 'junit', version: '4.12'
//}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.baomidou', name: 'mybatis-plus-generator', version: '3.2.0'
}
#Wed Oct 16 17:51:26 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
......@@ -13,12 +13,14 @@ repositories {
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
providedCompile group: 'org.projectlombok', name: 'lombok', version: '1.18.10'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.1.2'
type 'IU'
plugins = ['DatabaseTools'] //Bundled plugin dependencies
}
patchPluginXml {
changeNotes """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment