File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,16 @@ repositories {
2121dependencies {
2222 implementation " net.raphimc:ViaProxy:3.3.4-SNAPSHOT"
2323}
24+
25+ processResources {
26+ // Config file: "version: ${version}"
27+ inputs. properties(
28+ " version" : project. maven_version
29+ )
30+
31+ filesMatching(" viaproxy.yml" ) {
32+ expand(
33+ " version" : project. maven_version
34+ )
35+ }
36+ }
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ org.gradle.configureondemand=true
66# Maven settings
77maven_name =NoLocalConnections
88maven_group =net.lenni0451
9- maven_version =1.2
9+ maven_version =2.0.0
1010snapshot =false
Original file line number Diff line number Diff line change 11name : " NoLocalConnections"
2- version : " 1.2 "
2+ version : " ${version} "
33author : " Lenni0451"
44main : " net.lenni0451.nolocalconnections.Main"
55min-version : " 3.3.4"
You can’t perform that action at this time.
0 commit comments