Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e631625

Browse files
committed
ANTLR runtime is part of the API now
1 parent e8c76e8 commit e631625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java {
1010
}
1111

1212
group 'org.jglrxavpok.nbt'
13-
version '1.1.3'
13+
version '1.1.4'
1414

1515
repositories {
1616
mavenCentral()
@@ -60,7 +60,7 @@ dependencies {
6060
gsonBasedImplementation 'com.google.code.gson:gson:2.8.6'
6161

6262
// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
63-
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.8-1'
63+
api group: 'org.antlr', name: 'antlr4-runtime', version: '4.8-1'
6464

6565
// https://mvnrepository.com/artifact/junit/junit
6666
testCompile group: 'junit', name: 'junit', version: '4.13'

0 commit comments

Comments
 (0)