Skip to content

Commit

Permalink
Synced Luminol version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 committed Aug 14, 2024
1 parent 52602c0 commit 45b8ecb
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 410 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: LightingLuminol CI - dev/1.20.6

on:
push:
branches: [ "dev/1.20.6" ]
branches: [ "dev/1.21.1" ]
pull_request:
branches: [ "dev/1.20.6" ]
branches: [ "dev/1.21.1" ]

permissions: write-all

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = me.earthme.lightingluminol
version = 1.20.6-R0.1-SNAPSHOT
version = 1.21.1-R0.1-SNAPSHOT

luminolCommit = 4752f00d09bc08dcea6647f7f387f7cef2abd9cc
luminolCommit = 896fd7bf1ad413a5d1704b278341c7aa8819ecbb

org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = false
org.gradle.jvmargs = -Xmx3G

mcVersion = 1.20.6
GroupMCV = 1.20
mcVersion = 1.21.1
GroupMCV = 1.21
preVersion = true
Loading

0 comments on commit 45b8ecb

Please sign in to comment.