GITLAB

郑军 / nunu

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • nunu
  • common-generate
  • build.gradle
  • 79dbfcff   first commit Browse Code »
    zhengjun@51feijin.com
    2020-11-02 10:59:58 +0800  
build.gradle 210 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
plugins {
    id 'java'
}

group 'com.brframework'
version '1.0'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
}