File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
<attribute name =" test" value =" true" />
21
21
</attributes >
22
22
</classpathentry >
23
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 /" />
23
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 /" />
24
24
<classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
25
25
<classpathentry kind =" output" path =" bin/default" />
26
26
</classpath >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' maven-publish'
3
3
id ' signing'
4
+ id ' java'
4
5
}
5
6
6
- apply plugin : ' java'
7
+ java {
8
+ sourceCompatibility = JavaVersion . VERSION_11
9
+ targetCompatibility = JavaVersion . VERSION_11
10
+ }
7
11
8
12
repositories {
9
13
mavenCentral()
@@ -25,7 +29,7 @@ publishing {
25
29
maven(MavenPublication ) {
26
30
groupId = ' de.inetsoftware'
27
31
artifactId = ' sass-compiler'
28
- version = ' 1.1 '
32
+ version = ' 1.2 '
29
33
from components. java
30
34
pom {
31
35
name = ' Java Sass Compiler'
You can’t perform that action at this time.
0 commit comments