Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Sep 27, 2024
1 parent bd9ac5d commit 1f5ca76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/src/main/kotlin/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
exports org.veupathdb.lib.compute.platform.config;

requires kotlin.stdlib;
requires kotlin.stdlib.jdk7;
requires kotlin.stdlib.jdk8;

requires java.sql;

Expand All @@ -21,4 +19,4 @@
requires com.github.benmanes.caffeine;
requires workspaces.java;

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ internal object JobManager {
private fun ensureLock(jobID: HashID): ReentrantLock {
return LocksByJobID.get(jobID.string) { ReentrantLock() }
}
}
}

0 comments on commit 1f5ca76

Please sign in to comment.