File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
compileOnly project(path : ' :commons' )
23
23
compileOnly files(Jvm . current(). getToolsJar())
24
24
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
25
- implementation group : ' org.atteo' , name : ' evo-inflector' , version : ' 1.0.1'
25
+ implementation' org.atteo: evo-inflector: 1.0.1'
26
26
implementation ' com.squareup:javapoet:1.13.0'
27
27
implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.72"
28
28
implementation ' com.google.auto:auto-common:0.10'
Original file line number Diff line number Diff line change @@ -55,27 +55,3 @@ repositories {
55
55
mavenCentral()
56
56
}
57
57
58
- task sourcesJar (type : Jar ) {
59
- classifier = ' sources'
60
- from android. sourceSets. main. java. sourceFiles
61
- }
62
-
63
- task javadoc (type : Javadoc ) {
64
- source = android. sourceSets. main. java. sourceFiles
65
- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
66
- }
67
-
68
- task javadocJar (type : Jar , dependsOn : javadoc) {
69
- classifier = ' javadoc'
70
- from javadoc. destinationDir
71
- }
72
-
73
- task classesJar (type : Jar ) {
74
- from " $buildDir /intermediates/classes/release"
75
- }
76
-
77
- artifacts {
78
- archives classesJar
79
- archives javadocJar
80
- archives sourcesJar
81
- }
You can’t perform that action at this time.
0 commit comments