Skip to content

Commit

Permalink
Update to 1.18-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 25, 2021
1 parent de9289c commit df9ce7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ javadoc {
dependsOn project(':javadoc').tasks.jar

options {
links "https://maven.fabricmc.net/docs/yarn-$project.yarn_mappings",
'https://javadoc.io/doc/org.jetbrains/annotations/19.0.0'
// TODO: check again in 1.18 proper; links "https://maven.fabricmc.net/docs/yarn-$project.yarn_mappings"
links 'https://javadoc.io/doc/org.jetbrains/annotations/19.0.0'
taglets 'io.github.cottonmc.cotton.gui.jd.ExperimentalTaglet',
'io.github.cottonmc.cotton.gui.jd.PropertyTaglet'
tagletPath project(':javadoc').tasks.jar.outputs.files.singleFile
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.18-pre2
yarn_mappings=1.18-pre2+build.1
minecraft_version=1.18-rc1
yarn_mappings=1.18-rc1+build.1
loader_version=0.12.5

# Mod Properties
mod_version = 5.0.0-beta.1
mod_version = 5.0.0-beta.2
maven_group = io.github.cottonmc
archives_base_name = LibGui

# Dependencies
fabric_version=0.42.4+1.18
fabric_version=0.43.1+1.18
jankson_version=4.0.0+j1.2.0
modmenu_version=3.0.0
libninepatch_version=1.1.0

0 comments on commit df9ce7c

Please sign in to comment.