Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Bring back artifactory-upload plugin to build script; fixes upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Mar 21, 2018
1 parent 29ebac3 commit afaa437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethereumj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'io.spring.gradle:propdeps-plugin:0.0.9.RELEASE'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.7.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1'
}
}

Expand All @@ -20,7 +20,7 @@ plugins {
}

apply plugin: 'propdeps-maven'
apply plugin: 'com.jfrog.artifactory'
apply plugin: 'com.jfrog.artifactory-upload'

sourceCompatibility = 1.8

Expand Down

0 comments on commit afaa437

Please sign in to comment.