File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk11
Original file line number Diff line number Diff line change @@ -36,6 +36,27 @@ android {
3636// rename('classes.jar', 'printerLibrary.jar') //命名为comlibrary.jar
3737// }
3838// makeJar.dependsOn(build)
39+
40+ // afterEvaluate {
41+ // publishing {
42+ // publications {
43+ // release(MavenPublication) {
44+ // from components.release
45+ //
46+ // groupId = 'com.github.iminsoftware'
47+ // artifactId = 'PrinterLibrary'
48+ // version = '1.0.0'
49+ // }
50+ // // debug(MavenPublication) {
51+ // // from components.debug
52+ // //
53+ // // groupId = 'com.github.iminsoftware'
54+ // // artifactId = 'PrinterLibrary'
55+ // // version = '1.0.0'
56+ // // }
57+ // }
58+ // }
59+ // }
3960}
4061
4162dependencies {
Original file line number Diff line number Diff line change 1- include ' :app'
21rootProject. name= ' SunmiPrinterDemo'
32include ' :printlibrary'
3+ if (! System . env. JITPACK ) include ' :app'
You can’t perform that action at this time.
0 commit comments