Skip to content

Do That

Notes of random things. Mainly coding and life.

  • Sport
  • School

Tag: Gradle

9. Sep 2021 | Robert

All classes, interfaces, enums and annotations must belong to a named package

Possible issue with your Java (or Gradle) project structure

This is Java / Gradle style check. You need to create package between your code (Java classes) and java folder so that the structure would looks like scr/main/java/packageName/YourCode.java NOT like scr/main/java/YourCode.java

Tags: Gradle, Java
Category: Coding

I am Robert. MSc in pharmacy, MBA, BEng (software), living in Tallinn, Estonia. Here I write mainly about school, education and how I learn to code.

Learn more about me.

Bookmarks

  • SSH tag (all posts)
  • SSH Ubuntu
  • SSH WordPress
  • Algorütm Podcast
  • Restart Podcast

Topics to write about

  • About my new project Sooduskoodid

List of interesting companies

Because from time to time I sometimes forget some of them (aphabetical order).

Devtailor
Fortumo
Icefire
Iglu
NetGroup
Proekspert
Thorgate
Twilio
Web Expert

Also: CGI, Fujitsu, Playtech
Web: Hable, Play

Recent Posts

  • Error: Cannot find module ‘node:path’
  • Kodune internet soodsamaks
  • GTM
  • How to use git with multiple SSH keys
  • Empty actionscheduler_logs quickly

Categories

  • Coding
  • dotnet
  • E-kaubandus
  • Excel
  • Laravel
  • Linux
  • Magento
  • Notes
  • Prestashop
  • Python
  • Random
  • School
  • Sport
  • Windows
  • WooCommerce
  • Wordpress
  • Sport
  • School
Do That