Skip to content

Commit 1996da0

Browse files
author
932413237@qq.com
committed
更改文件目录结构
1 parent e919986 commit 1996da0

File tree

882 files changed

+269
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

882 files changed

+269
-79
lines changed

leetcode4java/build.gradle

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
plugins {
22
id 'java'
3-
//id 'org.jetbrains.kotlin.jvm' version '1.3.72'
43
}
54

6-
group 'com.linecutfeng'
5+
group 'org.example'
76
version '1.0-SNAPSHOT'
87

98
repositories {
109
mavenCentral()
1110
}
1211

12+
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
13+
1314
dependencies {
14-
//implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
1515
testCompile group: 'junit', name: 'junit', version: '4.12'
1616
}
17-
18-
//compileKotlin {
19-
// kotlinOptions.jvmTarget = "1.8"
20-
//}
21-
//compileTestKotlin {
22-
// kotlinOptions.jvmTarget = "1.8"
23-
//}

leetcode4java/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

leetcode4java/src/main/Main.java

Lines changed: 0 additions & 67 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)