Skip to content

An exercise about using AOP for various patterns

License

Notifications You must be signed in to change notification settings

lernejo/korekto-aop-grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korekto AOP grader

🆕 An exercise about using AOP for various patterns

Build codecov License

Exercise subject: here

How to launch

You will need these 2 env vars:

  • GH_LOGIN your GitHub login
  • GH_TOKEN a Personal Access Token with permissions:
    • (classic) : repo and user
    • (fine-grained):
      • Repository permissions:
        • Actions: Read-only
        • Contents: Read-only
git clone git@github.com:lernejo/korekto-aop-grader.git
cd korekto-aop-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"

About

An exercise about using AOP for various patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages