Hey,
I've been trying to get the artifactory gradle plugin working but am not
having much luck. I have artifactory 2.2.1 installed, with the proper
repositories setup for the plugin. I apply 1.0.1 like:
apply from: '
http://myhost/artifactory/repo/org/jfrog/buildinfo/build-info-extractor-gradle/1.0.1/artifactoryplugin-1.0.1.gradle',
and that works fine. The problem I have is that it doesn't seem to do
anything. I created a dead-simple java project with a hello project under
src/main/java, with the following build.gradle file:
---->
apply {
apply plugin: 'java'
apply from: '
http://myhost/artifactory/repo/org/jfrog/buildinfo/build-info-extractor-gradle/1.0.1/artifactoryplugin-1.0.1.gradle
'
}
version = '0.1-SNAPSHOT'
group = 'com.something'
<------
When I run 'gradle uploadArchives' it runs successfully, but uploadArchives
doesn't seem to do anything:
gradle uploadArchives
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:uploadArchives
BUILD SUCCESSFUL
Am I missing something?
Thanks,
-Kallin Nagelberg
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users