Compare commits

..

5 commits

Author SHA1 Message Date
31a51fd76f .github/workflows/maven.yml aktualisiert 2025-01-05 20:15:44 -05:00
e4e071b551 .github/workflows/maven.yml aktualisiert 2025-01-05 20:14:57 -05:00
potzplitz
a21f5e04a4
Update DecryptXOR.java 2024-10-21 10:53:20 +02:00
potzplitz
49f80a53be
Update DecryptXOR.java 2024-10-17 11:45:55 +02:00
potzplitz
bd754f04e6
Update PreChecks.java 2024-10-17 11:44:11 +02:00
4 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3

View file

@ -68,8 +68,6 @@ public class Main {
load.updateBar("Ladevorgang abgeschlossen"); load.updateBar("Ladevorgang abgeschlossen");
load.close(); load.close();
System.out.println("hello world");
} catch (Exception e) { } catch (Exception e) {
System.out.println("fehler"); System.out.println("fehler");
} }

View file

@ -24,5 +24,4 @@ public class PreChecks {
migration.migrateData(); migration.migrateData();
} }
} }
} }