Skip to content

Commit

Permalink
fix: the variable wasn't replaced correctly
Browse files Browse the repository at this point in the history
misspelled, should've had the "s"
  • Loading branch information
dubfib authored Nov 3, 2024
1 parent 48ac6b6 commit 11f7ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ idea.project.settings {
.replace('JAVA_VERSION', JAVA_VERSION)
.replace('MINECRAFT_VERSION', `'${MC_VERSION}'`)
.replace('MCP_VERSION', `'${MCP_VERSION}'`)
.replace('MAPPING_CHANNEL', `'${MAPPING_CHANNEL}'`)
.replace('MAPPING_VERSION', `'${MAPPING_VERSION}'`)
.replace('MAPPINGS_CHANNEL', `'${MAPPING_CHANNEL}'`)
.replace('MAPPINGS_VERSION', `'${MAPPING_VERSION}'`)
.replace('SPI_VERSION', `'${SPI_VERSION}'`)

await fs.promises.writeFile('./build.gradle', build_gradle_fixed);
Expand Down

0 comments on commit 11f7ab7

Please sign in to comment.