File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
27
27
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
28
28
29
- compile ' com.github.kotlin-graphics:kotlin-unsigned:22bba94de0 '
29
+ compile ' com.github.kotlin-graphics:kotlin-unsigned:dbfc274f23fabf7e880347d84616a809f805afaf '
30
30
31
31
testCompile ' io.kotlintest:kotlintest:2.0.7'
32
32
}
@@ -44,17 +44,17 @@ allprojects {
44
44
45
45
46
46
47
- task sourcesJar (type : Jar , dependsOn : classes) {
48
- classifier = ' sources'
49
- from sourceSets. main. allSource
50
- }
51
-
52
- task javadocJar (type : Jar , dependsOn : javadoc) {
53
- classifier = ' javadoc'
54
- from javadoc. destinationDir
55
- }
56
-
57
- artifacts {
58
- archives sourcesJar
59
- archives javadocJar
60
- }
47
+ // task sourcesJar(type: Jar, dependsOn: classes) {
48
+ // classifier = 'sources'
49
+ // from sourceSets.main.allSource
50
+ // }
51
+ //
52
+ // task javadocJar(type: Jar, dependsOn: javadoc) {
53
+ // classifier = 'javadoc'
54
+ // from javadoc.destinationDir
55
+ // }
56
+ //
57
+ // artifacts {
58
+ // archives sourcesJar
59
+ // archives javadocJar
60
+ // }
You can’t perform that action at this time.
0 commit comments