Skip to content

Commit

Permalink
Update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Mar 4, 2024
1 parent 77e44b2 commit aeb410d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
implementation include('org.eclipse.jetty:jetty-alpn-java-server:11.0.17');
implementation include('org.eclipse.jetty:jetty-alpn-conscrypt-server:11.0.17');
implementation include('org.eclipse.jetty.http2:http2-server:11.0.17');
implementation include("com.jayway.jsonpath:json-path:2.9.0");
implementation include("org.json:json:20240205");
//implementation include("com.jayway.jsonpath:json-path:2.9.0");
//implementation include("org.json:json:20240205");


testImplementation('uk.org.webcompere:system-stubs-jupiter:2.1.6')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx4G

# Mod Properties
mod_version = 1.1.1
mod_version = 1.2.0
maven_group = com.github.hashicraft
archives_base_name = fabric-microservices-mod

Expand Down
4 changes: 2 additions & 2 deletions jumppad/main.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ resource "copy" "fabric_mod" {
resource "copy" "microservice_mod" {
disabled = variable.server_disabled

source = "../build/libs/fabric-microservices-mod-1.1.1.jar"
destination = "${data("mods")}/fabric-microservices-mod-1.1.1.jar"
source = "../build/libs/fabric-microservices-mod-1.2.0.jar"
destination = "${data("mods")}/fabric-microservices-mod-1.2.0.jar"
}

resource "container" "minecraft" {
Expand Down

0 comments on commit aeb410d

Please sign in to comment.