Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
PLugin will throw exception if GradleVersion < 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 26, 2018
1 parent b150f1c commit 83815b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.gradle.util.GradleVersion
*/
class OfflineRepositoryPlugin implements Plugin<Project> {

final static String MINIMUM_GRADLE = '2.8'
final static String MINIMUM_GRADLE = '4.0'

void apply(Project project) {

Expand Down

0 comments on commit 83815b7

Please sign in to comment.