Skip to content

Commit

Permalink
Fixed Forge 1.21 not Building Properly (#43)
Browse files Browse the repository at this point in the history
## Description
<!-- Provide a brief description of the changes made in this PR. -->

## Changes
- **Change 1**: Description of what was changed.
- **Change 2**: Description of what was changed.

## How has this been tested?
<!-- Describe the tests that you ran to verify your changes. -->

## Screenshots (if applicable)
<!-- Add screenshots to explain the visual impact of the changes. -->

## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update

## Checklist
- [ ] My code follows the style guidelines of this project.
[Contributing](https://github.com/MeAlam1/BlueLib/blob/1.21/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code following the guidelines.
[Contributing](https://github.com/MeAlam1/BlueLib/blob/1.21/CONTRIBUTING.md)
- [ ] My changes generate no new warnings.

## Related Issues
<!-- List any issues that this PR is related to or closes. -->
  • Loading branch information
MeAlam1 authored Sep 5, 2024
1 parent dfda839 commit ae8f09b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ version = mod_version
group = mod_group_id

repositories {
maven {
name = 'GeckoLib'
url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/'
content {
includeGroupByRegex("software\\.bernie.*")
includeGroup("com.eliotlash.mclib")
}
}
mavenLocal()
maven {
url "https://cursemaven.com"
}
mavenCentral()
mavenLocal()
}

base {
Expand Down Expand Up @@ -115,8 +107,6 @@ tasks.named('jar', Jar).configure {
'Implementation-Vendor' : mod_authors
])
}

finalizedBy 'reobfJar'
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit ae8f09b

Please sign in to comment.