Skip to content

Commit

Permalink
print directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 5, 2024
1 parent cc68459 commit 31705cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
mvn clean
mvn compile
- name: Print current working directory
run: |
pwd
- name: Package JAR # This would actually build your project, using zip for an example artifact
run: |
mvn package
Expand Down
8 changes: 4 additions & 4 deletions CoordinateExporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.54f</version>
<scope>provided</scope>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.54f</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 31705cc

Please sign in to comment.