Skip to content

Commit

Permalink
Merge pull request #9 from mayli/v103
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
mayli authored Feb 4, 2020
2 parents 58daa3a + 553cd5a commit 8ab69a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories{

ext{
//the build number that this plugin is made for
mindustryVersion = 'v102'
mindustryVersion = 'v103'
}

dependencies{
Expand All @@ -24,4 +24,4 @@ jar{
from{
configurations.runtimeClasspath.collect{it.isDirectory() ? it : zipTree(it)}
}
}
}

0 comments on commit 8ab69a6

Please sign in to comment.