Skip to content

Commit a8ebbe7

Browse files
committed
Upgrade to extra-java-module-info version 1.11
1 parent 0122d25 commit a8ebbe7

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
@@ -1,14 +1,14 @@
11
plugins {
22
id 'java-library'
33
id 'org.ajoberstar.grgit' version '5.3.0'
4-
id 'org.gradlex.extra-java-module-info' version '1.10'
4+
id 'org.gradlex.extra-java-module-info' version '1.11'
55
}
66

77
group = 'io.sf.carte'
88

99
description = 'css4j-dist'
1010

11-
version = '4.0-SNAPSHOT'
11+
version = '5.0-SNAPSHOT'
1212

1313
dependencies {
1414
implementation 'io.sf.jclf:jclf-text:5.0.2'

0 commit comments

Comments
 (0)