Commits

md_5 authored e9ee0aa0b71
Update to Maven 3.2.5

I'm sure there was an issue somewhere.
No tags

src/main/java/org/spigotmc/builder/Builder.java

Modified
164 164 {
165 165 clone( "https://hub.spigotmc.org/stash/scm/spigot/spigot.git", spigot );
166 166 }
167 167
168 168 File buildData = new File( "BuildData" );
169 169 if ( !buildData.exists() )
170 170 {
171 171 clone( "https://hub.spigotmc.org/stash/scm/spigot/builddata.git", buildData );
172 172 }
173 173
174 - File maven = new File( "apache-maven-3.2.3" );
174 + File maven = new File( "apache-maven-3.2.5" );
175 175 if ( !maven.exists() )
176 176 {
177 177 System.out.println( "Maven does not exist, downloading. Please wait." );
178 178
179 179 File mvnTemp = new File( "mvn.zip" );
180 180 mvnTemp.deleteOnExit();
181 181
182 - download( "http://static.spigotmc.org/maven/apache-maven-3.2.3-bin.zip", mvnTemp );
182 + download( "http://static.spigotmc.org/maven/apache-maven-3.2.5-bin.zip", mvnTemp );
183 183 unzip( mvnTemp, new File( "." ) );
184 184 }
185 185
186 186 String mvn = maven.getAbsolutePath() + "/bin/mvn";
187 187
188 188 Git bukkitGit = Git.open( bukkit );
189 189 Git craftBukkitGit = Git.open( craftBukkit );
190 190 Git spigotGit = Git.open( spigot );
191 191 Git buildGit = Git.open( buildData );
192 192

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut