RubyLichtenstein / RxTest

Kotlin DSL for easier RxJava testing.
Apache License 2.0
282 stars 11 forks source link

Source code not available for users #9

Closed RubyLichtenstein closed 6 years ago

RubyLichtenstein commented 6 years ago

instead of source code -> / compiled code /

RubyLichtenstein commented 6 years ago

added: task sourcesJar(type: Jar, dependsOn: classes) { classifier = 'sources' from sourceSets.main.allSource }