Browse Source

解决冲突

research/11.0
fly.li 4 years ago
parent
commit
dc45727780
  1. 4
      build.gradle

4
build.gradle

@ -49,8 +49,8 @@ allprojects {
idea {
module {
inheritOutputDirs = false
outputDir = file(outputPath +"/classes")
testOutputDir = file(outputPath +"/test-classes")
outputDir = file(outputPath + "/classes")
testOutputDir = file(outputPath + "/test-classes")
languageLevel = new IdeaLanguageLevel(sourceCompatibility)
targetBytecodeVersion = targetCompatibility
}

Loading…
Cancel
Save