Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
liudawei committed Jan 6, 2020
0 parents commit d65231a
Show file tree
Hide file tree
Showing 71 changed files with 1,016 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file added .gradle/5.2.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/5.2.1/fileContent/fileContent.lock
Binary file not shown.
Binary file added .gradle/5.2.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/5.2.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/5.2.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file added .gradle/5.2.1/gc.properties
Empty file.
Binary file added .gradle/5.2.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file added .gradle/5.2.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file added .gradle/5.2.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file added .gradle/5.2.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Fri Jan 03 11:06:19 CST 2020
gradle.version=5.2.1
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file added .gradle/vcs-1/gc.properties
Empty file.
20 changes: 20 additions & 0 deletions .idea/$CACHE_FILE$

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
plugins {
id 'java'
}

group 'org.example'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Binary file added build/classes/java/main/Test$1.class
Binary file not shown.
Binary file added build/classes/java/main/Test$2.class
Binary file not shown.
Binary file added build/classes/java/main/Test$3.class
Binary file not shown.
Binary file added build/classes/java/main/Test$4.class
Binary file not shown.
Binary file added build/classes/java/main/Test$5.class
Binary file not shown.
Binary file added build/classes/java/main/Test$6.class
Binary file not shown.
Binary file added build/classes/java/main/Test.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit d65231a

Please sign in to comment.