Skip to content

Commit

Permalink
Added uploadArchives to the core plugin as well.
Browse files Browse the repository at this point in the history
kelemen committed Jun 29, 2014
1 parent 9cd439b commit 8fd8680
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netbeans-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -152,3 +152,10 @@ dependencies {
testCompile 'com.google.guava:guava:14.0.1'
testCompile 'org.mockito:mockito-core:1.9.5'
}

task sourcesJar(type: Jar, dependsOn: classes, description: 'Creates a jar from the source files.') {
classifier = 'sources';
from sourceSets.main.allSource;
}

apply from: scriptFile('maven-publish.gradle');

0 comments on commit 8fd8680

Please sign in to comment.