Skip to content

Commit ff36d70

Browse files
authored
Update build.gradle.kts
1 parent 5ab463c commit ff36d70

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

demo/build.gradle.kts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,5 @@ repositories {
1111
}
1212

1313
dependencies {
14-
// implementation(project(":jautolayout"))
15-
implementation("com.github.kausko:JAutoLayout:main-SNAPSHOT")
14+
implementation(project(":jautolayout"))
1615
}
17-
18-
//tasks.jar {
19-
// manifest.attributes["Main-Class"] = "Demo"
20-
// manifest.attributes["Class-Path"] = configurations
21-
// .runtimeClasspath
22-
// .get()
23-
// .joinToString(separator = " ") { file ->
24-
// "libs/${file.name}"
25-
// }
26-
//}

0 commit comments

Comments
 (0)