Skip to content

Commit

Permalink
Disable JCC again
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 23, 2024
1 parent c582eb1 commit dc0e14f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
java: 17
gradle_tasks: test
jar_compatibility: true
jar_compatibility: false
2 changes: 1 addition & 1 deletion .github/workflows/publish-jcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish-jcc:
if: true
if: false # Option not enabled when the workflows were generated
uses: neoforged/actions/.github/workflows/publish-jcc.yml@main
with:
beta_version_pattern: .* # Change this line if there's a clear point at which a version no longer accepts breaking changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: true
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
with:
artifact_base_path: net/neoforged/neoform-runtime/
artifact_base_path: net/neoforged/moddev-gradle/
secrets:
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'java-gradle-plugin'
id 'maven-publish'
id "net.neoforged.gradleutils" version "3.0.0-alpha.13"
id 'net.neoforged.jarcompatibilitychecker' version '0.1.3'
}

group = 'net.neoforged'
Expand All @@ -20,10 +19,6 @@ changelog {
disableAutomaticPublicationRegistration()
}

checkJarCompatibility {
isAPI = true
}

repositories {
mavenCentral()
gradlePluginPortal()
Expand Down
12 changes: 0 additions & 12 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
pluginManagement {
repositories {
maven {
name = "NeoForge"
url = "https://maven.neoforged.net/releases/"
content {
includeGroupAndSubgroups "net.neoforged"
}
}
gradlePluginPortal()
}
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
Expand Down

0 comments on commit dc0e14f

Please sign in to comment.