Skip to content

Commit 2a0bca3

Browse files
committed
Updating to v0.3, modifying the build process for compatibility
1 parent a0231df commit 2a0bca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ minecraft {
3030
// Use non-default mappings at your own risk. they may not always work.
3131
// simply re-run your setup task after changing the mappings to update your workspace.
3232
mappings = "snapshot_20171003"
33-
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
33+
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3434
}
3535

3636
repositories {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minecraft_version = 1.12.2
33
forge_version = 14.23.5.2847
44

55
mod_name = OpenProlog
6-
mod_version = 1.0.0
6+
mod_version=0.3.0
77
opencomputers_version=1.7.5.192
88

99
org.gradle.jvmargs = -Xmx2048m

0 commit comments

Comments
 (0)