Skip to content

Commit

Permalink
#94: play around with jBang - Version.java not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Aug 12, 2023
1 parent e599654 commit 102f9a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/de/aikiit/spamprotector/AntiSpamApplication.java
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS org.projectlombok:lombok:1.18.28
//DEPS com.google.guava:guava:32.1.2-jre
//DEPS org.apache.logging.log4j:log4j-core:2.20.0
//SOURCES **

/**
SpamSchutz - simple way to protect your mail adresses from naiive spammers
Copyright (C) 2011, Aiki IT
Expand All @@ -16,6 +22,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.aikiit.spamprotector;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
Expand Down

0 comments on commit 102f9a9

Please sign in to comment.