mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 15:27:11 -07:00
Updated to bld 1.7.5
Updated version to 1.3.5
This commit is contained in:
parent
7b6fb79e15
commit
9d5dc90f13
5 changed files with 7 additions and 8 deletions
|
@ -19,7 +19,7 @@ public class UrlEncoderBuild extends Project {
|
|||
pkg = "com.uwyn.urlencoder";
|
||||
name = "UrlEncoder";
|
||||
mainClass = "com.uwyn.urlencoder.UrlEncoder";
|
||||
version = version(1,3,4);
|
||||
version = version(1,3,5);
|
||||
|
||||
javaRelease = 11;
|
||||
downloadSources = true;
|
||||
|
@ -27,8 +27,8 @@ public class UrlEncoderBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,9,3)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,1)));
|
||||
|
||||
jarOperation()
|
||||
.manifestAttribute(Attributes.Name.MAIN_CLASS, mainClass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue