Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Jul 6, 2023
1 parent f8f58c2 commit ff35c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ The module to pick will depend on the GUI toolkit (if any) you wish to use.
## TODO
* Graal compatibility.
* Animation support.
* More pre-built libraries for different platforms and architectures.
* More pre-built libraries for different platforms and architectures.
* Use newer fork of libsixel.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<configuration>
<encoding>UTF-8</encoding>
<detectJavaApiLink>false</detectJavaApiLink>
<source>17</source>
<source>11</source>
<doclint>none</doclint>
<sourcepath>src/main/java</sourcepath>
<includeDependencySources>false</includeDependencySources>
Expand Down
7 changes: 0 additions & 7 deletions slim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@
<artifactId>jsixel-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>jsixel-lib</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit ff35c3e

Please sign in to comment.