Skip to content

Conversation

@zenn345
Copy link

@zenn345 zenn345 commented Feb 22, 2025

ZENN - Your Personal Assistant 📋

Zenn is a task management application designed to allow users to organize their tasks.
It's:

  • Text-based
  • Easy to learn

☁️Getting Started

  1. 🖥️Download Zenn
  2. 🖱️Double-click it to run
  3. ✅Add your tasks
  4. 🤩Let Zenn manage your tasks for you

👾Features

  • Managing Tasks
  • Managing deadlines (coming soon)

If you are a Java Programmer, here's the main method:

public class Main {
    public static void main(String[] args) {
        Application.launch(MainApp.class, args);
    }
}

damithc and others added 30 commits July 11, 2024 16:52
In build.gradle, the dependencies on distZip and/or distTar causes
the shadowJar task to generate a second JAR file for which the
mainClass.set("seedu.duke.Duke") does not take effect.
Hence, this additional JAR file cannot be run.
For this product, there is no need to generate a second JAR file
to begin with.

Let's remove this dependency from the build.gradle to prevent the
shadowJar task from generating the extra JAR file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants