Skip to content

Commit

Permalink
Enable JCC
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 23, 2024
1 parent 0a285a8 commit 69fa8d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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 @@ -19,6 +20,10 @@ changelog {
disableAutomaticPublicationRegistration()
}

checkJarCompatibility {
isAPI = true
}

repositories {
mavenCentral()
gradlePluginPortal()
Expand Down

0 comments on commit 69fa8d4

Please sign in to comment.