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 2020 <attribute name =" test" value =" true" />
2121 </attributes >
2222 </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 /" />
2424 <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
2525 <classpathentry kind =" output" path =" bin/default" />
2626</classpath >
Original file line number Diff line number Diff line change 11plugins {
22 id ' maven-publish'
33 id ' signing'
4+ id ' java'
45}
56
6- apply plugin : ' java'
7+ java {
8+ sourceCompatibility = JavaVersion . VERSION_11
9+ targetCompatibility = JavaVersion . VERSION_11
10+ }
711
812repositories {
913 mavenCentral()
@@ -25,7 +29,7 @@ publishing {
2529 maven(MavenPublication ) {
2630 groupId = ' de.inetsoftware'
2731 artifactId = ' sass-compiler'
28- version = ' 1.1 '
32+ version = ' 1.2 '
2933 from components. java
3034 pom {
3135 name = ' Java Sass Compiler'
You can’t perform that action at this time.
0 commit comments